Html Css Color HEX #CE0DDB Deep Magenta

📋 copy color: '#CE0DDB'

red 206 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #CE0DDB

Tints of Deep Magenta #CE0DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 47.03%
G = 2.97%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE0DDB (or 0xCE0DDB) is known color: Deep Magenta. HEX triplet: CE, 0D and DB. RGB value is (206,13,219). Sum of RGB (Red+Green+Blue) = 206+13+219=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DDB is #31F224. Grayscale: #5D5D5D. Windows color (decimal): -3273253 or 14355918. OLE color: 14355918.

HSL color Cylindrical-coordinate representation of color #CE0DDB: hue angle of 296.21º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0DDB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 13 219 -
CMYK 0.06 0.94 0 0.14
HSL 296.21º 0.89% 0.45% -
HSV(B) 296.21º 0.94% 0.86% -
XYZ 38.38 18.52 68.57 -
YUV 94.19 198.44 207.75 -
System Red Green Blue C M Y K H S L
Decimal 206 13 219 0.06 0.94 0 0.14 296.21 0.89 0.45
Hex CE D DB 6 5E 0 E 128 59 2D
Octal 316 15 333 6 136 0 16 450 131 55
Binary 11001110 1101 11011011 110 1011110 0 1110 100101000 1011001 101101

Color Harmonies of #CE0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0DDB

Black with #CE0DDB

Text Example


Text Example

White with #CE0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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