#CF0CB9

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

Shades of Deep Magenta #CF0CB9

Tints of Deep Magenta #CF0CB9

Color information

#CF0CB9 (or 0xCF0CB9) is unknown color: approx Deep Magenta. HEX triplet: CF, 0C and B9. RGB value is (207,12,185). Sum of RGB (Red+Green+Blue) = 207+12+185=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CB9 is #30F346. Grayscale: #595959. Windows color (decimal): -3208007 or 12127439. OLE color: 12127439.

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

Color convert

RGB20712185-
CMYK00.940.110.19
HSL306.77º89.04%42.94%-
HSV(B)306.77º94.2%81.18%-
XYZ34.6217.0347.36-
YUV90.03181.6211.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.24%
GREEN value IS 12 (5.08% from 255) = 2.97%
BLUE value IS 185 (72.66% from 255) = 45.79%
R=51.24%
G=2.97%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071218500.940.110.19306.7789.0442.94
HexCFCB905EB13133592b
Octal317142710136132346313153
Binary11001111110010111001010111101011100111001100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0CB9; }

 p { color: rgb(207,12,185); }

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

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

 a { background-color: rgb(207,12,185); }

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

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

 span { border-color: rgb(207,12,185); }

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