#CF0EC4

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

Shades of Deep Magenta #CF0EC4

Tints of Deep Magenta #CF0EC4

Color information

#CF0EC4 (or 0xCF0EC4) is unknown color: approx Deep Magenta. HEX triplet: CF, 0E and C4. RGB value is (207,14,196). Sum of RGB (Red+Green+Blue) = 207+14+196=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0EC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0EC4 is #30F13B. Grayscale: #5B5B5B. Windows color (decimal): -3207484 or 12848847. OLE color: 12848847.

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

Color convert

RGB20714196-
CMYK00.930.050.19
HSL303.42º87.33%43.33%-
HSV(B)303.42º93.24%81.18%-
XYZ35.8517.5653.73-
YUV92.46186.44209.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 14 (5.86% from 255) = 3.36%
BLUE value IS 196 (76.95% from 255) = 47.00%
R=49.64%
G=3.36%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071419600.930.050.19303.4287.3343.33
HexCFEC405D51312f572b
Octal31716304013552345712753
Binary1100111111101100010001011101101100111001011111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0EC4; }

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

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

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

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

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

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

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

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