Html Css Color HEX #CE0DD6 Deep Magenta

📋 copy color: '#CE0DD6'

red 206 ◦ green 13 ◦ blue 214

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

Shades of Deep Magenta #CE0DD6

Tints of Deep Magenta #CE0DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.42%

R = 47.58%
G = 3%
B = 49.42%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE0DD6 (or 0xCE0DD6) is known color: Deep Magenta. HEX triplet: CE, 0D and D6. RGB value is (206,13,214). Sum of RGB (Red+Green+Blue) = 206+13+214=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE0DD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DD6 is #31F229. Grayscale: #5D5D5D. Windows color (decimal): -3273258 or 14028238. OLE color: 14028238.

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

Color convert

RGB 206 13 214 -
CMYK 0.04 0.94 0 0.16
HSL 297.61º 0.89% 0.45% -
HSV(B) 297.61º 0.94% 0.84% -
XYZ 37.74 18.26 65.15 -
YUV 93.62 195.94 208.16 -
System Red Green Blue C M Y K H S L
Decimal 206 13 214 0.04 0.94 0 0.16 297.61 0.89 0.45
Hex CE D D6 4 5E 0 10 12A 59 2D
Octal 316 15 326 4 136 0 20 452 131 55
Binary 11001110 1101 11010110 100 1011110 0 10000 100101010 1011001 101101

Color Harmonies of #CE0DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0DD6

Black with #CE0DD6

Text Example


Text Example

White with #CE0DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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