#C00AB0

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

Shades of Deep Magenta #C00AB0

Tints of Deep Magenta #C00AB0

Color information

#C00AB0 (or 0xC00AB0) is unknown color: approx Deep Magenta. HEX triplet: C0, 0A and B0. RGB value is (192,10,176). Sum of RGB (Red+Green+Blue) = 192+10+176=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C00AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00AB0 is #3FF54F. Grayscale: #525252. Windows color (decimal): -4191568 or 11537088. OLE color: 11537088.

HSL color Cylindrical-coordinate representation of color #C00AB0: hue angle of 305.27º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AB0 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19210176-
CMYK00.950.080.25
HSL305.27º90.1%39.61%-
HSV(B)305.27º94.79%75.29%-
XYZ29.6814.5642.32-
YUV83.34180.3205.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.79%
GREEN value IS 10 (4.30% from 255) = 2.65%
BLUE value IS 176 (69.14% from 255) = 46.56%
R=50.79%
G=2.65%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921017600.950.080.25305.2790.139.61
HexC0AB005F8191315a28
Octal300122600137103146113250
Binary11000000101010110000010111111000110011001100011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00AB0; }

 p { color: rgb(192,10,176); }

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

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

 a { background-color: rgb(192,10,176); }

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

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

 span { border-color: rgb(192,10,176); }

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