#cf0ab0

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

Shades of Deep Magenta #CF0AB0

Tints of Deep Magenta #CF0AB0

Color information

#CF0AB0 (or 0xCF0AB0) is unknown color: approx Deep Magenta. HEX triplet: CF, 0A and B0. RGB value is (207,10,176). Sum of RGB (Red+Green+Blue) = 207+10+176=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0AB0 is #30F54F. Grayscale: #575757. Windows color (decimal): -3208528 or 11537103. OLE color: 11537103.

HSL color Cylindrical-coordinate representation of color #CF0AB0: hue angle of 309.44º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0AB0 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB20710176-
CMYK00.950.150.19
HSL309.44º90.78%42.55%-
HSV(B)309.44º95.17%81.18%-
XYZ33.6816.6242.51-
YUV87.83177.77213-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.67%
GREEN value IS 10 (4.30% from 255) = 2.54%
BLUE value IS 176 (69.14% from 255) = 44.78%
R=52.67%
G=2.54%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071017600.950.150.19309.4490.7842.55
HexCFAB005FF131355b2b
Octal317122600137172346513353
Binary11001111101010110000010111111111100111001101011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0ab0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0ab0; }

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

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

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

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

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

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

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

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