#CF0EDC

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

Shades of Deep Magenta #CF0EDC

Tints of Deep Magenta #CF0EDC

Color information

#CF0EDC (or 0xCF0EDC) is unknown color: approx Deep Magenta. HEX triplet: CF, 0E and DC. RGB value is (207,14,220). Sum of RGB (Red+Green+Blue) = 207+14+220=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0EDC is #30F123. Grayscale: #5E5E5E. Windows color (decimal): -3207460 or 14421711. OLE color: 14421711.

HSL color Cylindrical-coordinate representation of color #CF0EDC: hue angle of 296.21º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0EDC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20714220-
CMYK0.060.9400.14
HSL296.21º88.03%45.88%-
HSV(B)296.21º93.64%86.27%-
XYZ38.8118.7569.28-
YUV95.19198.44207.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 14 (5.86% from 255) = 3.17%
BLUE value IS 220 (86.33% from 255) = 49.89%
R=46.94%
G=3.17%
B=49.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207142200.060.9400.14296.2188.0345.88
HexCFEDC65E0E128582e
Octal31716334613601645013056
Binary110011111110110111001101011110011101001010001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0EDC; }

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

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

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

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

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

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

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

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