#C01CAD

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

Shades of Deep Magenta #C01CAD

Tints of Deep Magenta #C01CAD

Color information

#C01CAD (or 0xC01CAD) is unknown color: approx Deep Magenta. HEX triplet: C0, 1C and AD. RGB value is (192,28,173). Sum of RGB (Red+Green+Blue) = 192+28+173=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01CAD is #3FE352. Grayscale: #5D5D5D. Windows color (decimal): -4186963 or 11345088. OLE color: 11345088.

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

Color convert

RGB19228173-
CMYK00.850.100.25
HSL306.95º74.55%43.14%-
HSV(B)306.95º85.42%75.29%-
XYZ29.715.0540.88-
YUV93.57172.83198.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 28 (11.33% from 255) = 7.12%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=48.85%
G=7.12%
B=44.02%

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
Decimal1922817300.850.100.25306.9574.5543.14
HexC01CAD055A191334b2b
Octal300342550125123146311353
Binary110000001110010101101010101011010110011001100111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01CAD; }

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

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

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

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

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

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

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

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