#C407AB

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

Shades of Deep Magenta #C407AB

Tints of Deep Magenta #C407AB

Color information

#C407AB (or 0xC407AB) is unknown color: approx Deep Magenta. HEX triplet: C4, 07 and AB. RGB value is (196,7,171). Sum of RGB (Red+Green+Blue) = 196+7+171=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C407AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C407AB is #3BF854. Grayscale: #515151. Windows color (decimal): -3930197 or 11208644. OLE color: 11208644.

HSL color Cylindrical-coordinate representation of color #C407AB: hue angle of 307.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C407AB is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB1967171-
CMYK00.960.130.23
HSL307.94º93.1%39.8%-
HSV(B)307.94º96.43%76.86%-
XYZ30.1914.8339.8-
YUV82.21178.12209.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.41%
GREEN value IS 7 (3.12% from 255) = 1.87%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=52.41%
G=1.87%
B=45.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196717100.960.130.23307.9493.139.8
HexC47AB060D171345d28
Octal30472530140152746413550
Binary1100010011110101011011000001101101111001101001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C407AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C407AB; }

 p { color: rgb(196,7,171); }

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

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

 a { background-color: rgb(196,7,171); }

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

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

 span { border-color: rgb(196,7,171); }

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