#CF07AB

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

Shades of Deep Magenta #CF07AB

Tints of Deep Magenta #CF07AB

Color information

#CF07AB (or 0xCF07AB) is unknown color: approx Deep Magenta. HEX triplet: CF, 07 and AB. RGB value is (207,7,171). Sum of RGB (Red+Green+Blue) = 207+7+171=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF07AB is #30F854. Grayscale: #555555. Windows color (decimal): -3209301 or 11208655. OLE color: 11208655.

HSL color Cylindrical-coordinate representation of color #CF07AB: hue angle of 310.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07AB is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB2077171-
CMYK00.970.170.19
HSL310.8º93.46%41.96%-
HSV(B)310.8º96.62%81.18%-
XYZ33.1616.3639.94-
YUV85.5176.26214.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.77%
GREEN value IS 7 (3.12% from 255) = 1.82%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=53.77%
G=1.82%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207717100.970.170.19310.893.4641.96
HexCF7AB06111131375d2a
Octal31772530141212346713552
Binary11001111111101010110110000110001100111001101111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF07AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF07AB; }

 p { color: rgb(207,7,171); }

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

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

 a { background-color: rgb(207,7,171); }

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

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

 span { border-color: rgb(207,7,171); }

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