#CE0FB5

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

Shades of Deep Magenta #CE0FB5

Tints of Deep Magenta #CE0FB5

Color information

#CE0FB5 (or 0xCE0FB5) is unknown color: approx Deep Magenta. HEX triplet: CE, 0F and B5. RGB value is (206,15,181). Sum of RGB (Red+Green+Blue) = 206+15+181=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0FB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0FB5 is #31F04A. Grayscale: #5A5A5A. Windows color (decimal): -3272779 or 11866062. OLE color: 11866062.

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

Color convert

RGB20615181-
CMYK00.930.120.19
HSL307.85º86.43%43.33%-
HSV(B)307.85º92.72%80.78%-
XYZ33.9616.845.17-
YUV91.03178.78210-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.24%
GREEN value IS 15 (6.25% from 255) = 3.73%
BLUE value IS 181 (71.09% from 255) = 45.02%
R=51.24%
G=3.73%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061518100.930.120.19307.8586.4343.33
HexCEFB505DC13134562b
Octal316172650135142346412653
Binary11001110111110110101010111011100100111001101001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0FB5; }

 p { color: rgb(206,15,181); }

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

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

 a { background-color: rgb(206,15,181); }

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

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

 span { border-color: rgb(206,15,181); }

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