#CE0BD4

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

Shades of Deep Magenta #CE0BD4

Tints of Deep Magenta #CE0BD4

Color information

#CE0BD4 (or 0xCE0BD4) is unknown color: approx Deep Magenta. HEX triplet: CE, 0B and D4. RGB value is (206,11,212). Sum of RGB (Red+Green+Blue) = 206+11+212=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE0BD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BD4 is #31F42B. Grayscale: #5B5B5B. Windows color (decimal): -3273772 or 13896654. OLE color: 13896654.

HSL color Cylindrical-coordinate representation of color #CE0BD4: hue angle of 298.21º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BD4 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20611212-
CMYK0.030.9500.17
HSL298.21º90.13%43.73%-
HSV(B)298.21º94.81%83.14%-
XYZ37.4618.1163.81-
YUV92.22195.6209.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 11 (4.69% from 255) = 2.56%
BLUE value IS 212 (83.20% from 255) = 49.42%
R=48.02%
G=2.56%
B=49.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206112120.030.9500.17298.2190.1343.73
HexCEBD435F01112a5a2c
Octal31613324313702145213254
Binary110011101011110101001110111110100011001010101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0BD4; }

 p { color: rgb(206,11,212); }

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

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

 a { background-color: rgb(206,11,212); }

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

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

 span { border-color: rgb(206,11,212); }

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