#C407AC

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

Shades of Deep Magenta #C407AC

Tints of Deep Magenta #C407AC

Color information

#C407AC (or 0xC407AC) is unknown color: approx Deep Magenta. HEX triplet: C4, 07 and AC. RGB value is (196,7,172). Sum of RGB (Red+Green+Blue) = 196+7+172=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C407AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C407AC is #3BF853. Grayscale: #515151. Windows color (decimal): -3930196 or 11274180. OLE color: 11274180.

HSL color Cylindrical-coordinate representation of color #C407AC: hue angle of 307.62º 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 #C407AC is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB1967172-
CMYK00.960.120.23
HSL307.62º93.1%39.8%-
HSV(B)307.62º96.43%76.86%-
XYZ30.2914.8740.3-
YUV82.32178.62209.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 7 (3.12% from 255) = 1.87%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=52.27%
G=1.87%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196717200.960.120.23307.6293.139.8
HexC47AC060C171345d28
Octal30472540140142746413550
Binary1100010011110101100011000001100101111001101001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C407AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C407AC; }

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

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

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

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

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

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

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

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