#CF0EB0

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

Shades of Deep Magenta #CF0EB0

Tints of Deep Magenta #CF0EB0

Color information

#CF0EB0 (or 0xCF0EB0) is unknown color: approx Deep Magenta. HEX triplet: CF, 0E and B0. RGB value is (207,14,176). Sum of RGB (Red+Green+Blue) = 207+14+176=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0EB0 is #30F14F. Grayscale: #595959. Windows color (decimal): -3207504 or 11538127. OLE color: 11538127.

HSL color Cylindrical-coordinate representation of color #CF0EB0: hue angle of 309.64º 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 #CF0EB0 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB20714176-
CMYK00.930.150.19
HSL309.64º87.33%43.33%-
HSV(B)309.64º93.24%81.18%-
XYZ33.7316.7142.52-
YUV90.18176.44211.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.14%
GREEN value IS 14 (5.86% from 255) = 3.53%
BLUE value IS 176 (69.14% from 255) = 44.33%
R=52.14%
G=3.53%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071417600.930.150.19309.6487.3343.33
HexCFEB005DF13136572b
Octal317162600135172346612753
Binary11001111111010110000010111011111100111001101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0EB0; }

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

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

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

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

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

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

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

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