#C01CAC

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

Shades of Deep Magenta #C01CAC

Tints of Deep Magenta #C01CAC

Color information

#C01CAC (or 0xC01CAC) is unknown color: approx Deep Magenta. HEX triplet: C0, 1C and AC. RGB value is (192,28,172). Sum of RGB (Red+Green+Blue) = 192+28+172=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01CAC is #3FE353. Grayscale: #5D5D5D. Windows color (decimal): -4186964 or 11279552. OLE color: 11279552.

HSL color Cylindrical-coordinate representation of color #C01CAC: hue angle of 307.32º 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 #C01CAC is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19228172-
CMYK00.850.100.25
HSL307.32º74.55%43.14%-
HSV(B)307.32º85.42%75.29%-
XYZ29.615.0240.37-
YUV93.45172.33198.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.98%
GREEN value IS 28 (11.33% from 255) = 7.14%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=48.98%
G=7.14%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922817200.850.100.25307.3274.5543.14
HexC01CAC055A191334b2b
Octal300342540125123146311353
Binary110000001110010101100010101011010110011001100111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01CAC; }

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

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

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

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

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

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

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

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