#CF08CA

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

Shades of Deep Magenta #CF08CA

Tints of Deep Magenta #CF08CA

Color information

#CF08CA (or 0xCF08CA) is unknown color: approx Deep Magenta. HEX triplet: CF, 08 and CA. RGB value is (207,8,202). Sum of RGB (Red+Green+Blue) = 207+8+202=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF08CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF08CA is #30F735. Grayscale: #595959. Windows color (decimal): -3209014 or 13240527. OLE color: 13240527.

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

Color convert

RGB2078202-
CMYK00.960.020.19
HSL301.51º92.56%42.16%-
HSV(B)301.51º96.14%81.18%-
XYZ36.4817.757.37-
YUV89.62191.43211.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 8 (3.52% from 255) = 1.92%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=49.64%
G=1.92%
B=48.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207820200.960.020.19301.5192.5642.16
HexCF8CA06021312e5d2a
Octal31710312014022345613552
Binary110011111000110010100110000010100111001011101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF08CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF08CA; }

 p { color: rgb(207,8,202); }

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

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

 a { background-color: rgb(207,8,202); }

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

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

 span { border-color: rgb(207,8,202); }

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