Html Css Color HEX #CE0DBB Deep Magenta

📋 copy color: '#CE0DBB'

red 206 ◦ green 13 ◦ blue 187

#CE0DBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CE0DBB

Tints of Deep Magenta #CE0DBB

RGB

 RED value IS 206 (80.86% from 255) = 50.74%

 GREEN value IS 13 (5.47% from 255) = 3.2%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 50.74%
G = 3.2%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE0DBB (or 0xCE0DBB) is known color: Deep Magenta. HEX triplet: CE, 0D and BB. RGB value is (206,13,187). Sum of RGB (Red+Green+Blue) = 206+13+187=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DBB is #31F244. Grayscale: #5A5A5A. Windows color (decimal): -3273285 or 12258766. OLE color: 12258766.

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

Color convert

RGB 206 13 187 -
CMYK 0 0.94 0.09 0.19
HSL 305.91º 0.88% 0.43% -
HSV(B) 305.91º 0.94% 0.81% -
XYZ 34.57 17 48.47 -
YUV 90.54 182.44 210.35 -
System Red Green Blue C M Y K H S L
Decimal 206 13 187 0 0.94 0.09 0.19 305.91 0.88 0.43
Hex CE D BB 0 5E 9 13 132 58 2B
Octal 316 15 273 0 136 11 23 462 130 53
Binary 11001110 1101 10111011 0 1011110 1001 10011 100110010 1011000 101011

Color Harmonies of #CE0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0DBB

Black with #CE0DBB

Text Example


Text Example

White with #CE0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0DBB; }

 p { color: rgb(206,13,187); }

 H1.HeaderClassName
 {
   color: #CE0DBB;
 }
 .AnyTagClassName
 {
   color: #CE0DBB;
 }
</style>

background-color css

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

 a { background-color: rgb(206,13,187); }

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

border-color css

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

 span { border-color: rgb(206,13,187); }

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