#c704b6

Color #C704B6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C704B6

Tints of Deep Magenta #C704B6

Color information

#C704B6 (or 0xC704B6) is unknown color: approx Deep Magenta. HEX triplet: C7, 04 and B6. RGB value is (199,4,182). Sum of RGB (Red+Green+Blue) = 199+4+182=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C704B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704B6 is #38FB49. Grayscale: #525252. Windows color (decimal): -3734346 or 11928775. OLE color: 11928775.

HSL color Cylindrical-coordinate representation of color #C704B6: hue angle of 305.23º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704B6 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB1994182-
CMYK00.980.090.22
HSL305.23º96.06%39.8%-
HSV(B)305.23º97.99%78.04%-
XYZ32.0415.6145.58-
YUV82.6184.1211.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 51.69%
GREEN value IS 4 (1.95% from 255) = 1.04%
BLUE value IS 182 (71.48% from 255) = 47.27%
R=51.69%
G=1.04%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199418200.980.090.22305.2396.0639.8
HexC74B60629161316028
Octal30742660142112646114050
Binary1100011110010110110011000101001101101001100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c704b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c704b6; }

 p { color: rgb(199,4,182); }

 H1.HeaderClassName
 {
   color: #c704b6;
 }
 .AnyTagClassName
 {
   color: #c704b6;
 }
</style>
background-color css

<style>
 a { background-color: #c704b6; }

 a { background-color: rgb(199,4,182); }

 div.DivClassName
 {
   background-color: #c704b6;
 }
 .BgClassName
 {
   background-color: #c704b6;
 }
</style>
border-color css

<style>
 span { border-color: #c704b6; }

 span { border-color: rgb(199,4,182); }

 td.TdClassName
 {
   border-color: #c704b6;
 }
 .TagClassName
 {
   border-color: #c704b6;
 }
</style>