#C01CAE

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

Shades of Deep Magenta #C01CAE

Tints of Deep Magenta #C01CAE

Color information

#C01CAE (or 0xC01CAE) is unknown color: approx Deep Magenta. HEX triplet: C0, 1C and AE. RGB value is (192,28,174). Sum of RGB (Red+Green+Blue) = 192+28+174=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01CAE is #3FE351. Grayscale: #5D5D5D. Windows color (decimal): -4186962 or 11410624. OLE color: 11410624.

HSL color Cylindrical-coordinate representation of color #C01CAE: hue angle of 306.59º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01CAE is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19228174-
CMYK00.850.090.25
HSL306.59º74.55%43.14%-
HSV(B)306.59º85.42%75.29%-
XYZ29.7915.0941.39-
YUV93.68173.33198.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 28 (11.33% from 255) = 7.11%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=48.73%
G=7.11%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922817400.850.090.25306.5974.5543.14
HexC01CAE0559191334b2b
Octal300342560125113146311353
Binary110000001110010101110010101011001110011001100111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01CAE; }

 p { color: rgb(192,28,174); }

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

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

 a { background-color: rgb(192,28,174); }

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

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

 span { border-color: rgb(192,28,174); }

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