#CF0BB8

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

Shades of Deep Magenta #CF0BB8

Tints of Deep Magenta #CF0BB8

Color information

#CF0BB8 (or 0xCF0BB8) is unknown color: approx Deep Magenta. HEX triplet: CF, 0B and B8. RGB value is (207,11,184). Sum of RGB (Red+Green+Blue) = 207+11+184=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0BB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0BB8 is #30F447. Grayscale: #585858. Windows color (decimal): -3208264 or 12061647. OLE color: 12061647.

HSL color Cylindrical-coordinate representation of color #CF0BB8: hue angle of 307.04º degrees, saturation: 0.9, 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 #CF0BB8 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB20711184-
CMYK00.950.110.19
HSL307.04º89.91%42.75%-
HSV(B)307.04º94.69%81.18%-
XYZ34.516.9746.8-
YUV89.33181.43211.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.49%
GREEN value IS 11 (4.69% from 255) = 2.74%
BLUE value IS 184 (72.27% from 255) = 45.77%
R=51.49%
G=2.74%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071118400.950.110.19307.0489.9142.75
HexCFBB805FB131335a2b
Octal317132700137132346313253
Binary11001111101110111000010111111011100111001100111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0BB8; }

 p { color: rgb(207,11,184); }

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

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

 a { background-color: rgb(207,11,184); }

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

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

 span { border-color: rgb(207,11,184); }

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