#CF0EE0

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

Shades of Deep Magenta #CF0EE0

Tints of Deep Magenta #CF0EE0

Color information

#CF0EE0 (or 0xCF0EE0) is unknown color: approx Deep Magenta. HEX triplet: CF, 0E and E0. RGB value is (207,14,224). Sum of RGB (Red+Green+Blue) = 207+14+224=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF0EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0EE0 is #30F11F. Grayscale: #5F5F5F. Windows color (decimal): -3207456 or 14683855. OLE color: 14683855.

HSL color Cylindrical-coordinate representation of color #CF0EE0: hue angle of 295.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0EE0 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20714224-
CMYK0.080.9400.12
HSL295.14º88.24%46.67%-
HSV(B)295.14º93.75%87.84%-
XYZ39.3418.9672.11-
YUV95.65200.44207.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 14 (5.86% from 255) = 3.15%
BLUE value IS 224 (87.89% from 255) = 50.34%
R=46.52%
G=3.15%
B=50.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal207142240.080.9400.12295.1488.2446.67
HexCFEE085E0C127582f
Octal317163401013601444713057
Binary1100111111101110000010001011110011001001001111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0EE0; }

 p { color: rgb(207,14,224); }

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

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

 a { background-color: rgb(207,14,224); }

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

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

 span { border-color: rgb(207,14,224); }

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