Html Css Color HEX #CE0DDC Deep Magenta

📋 copy color: '#CE0DDC'

red 206 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #CE0DDC

Tints of Deep Magenta #CE0DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 46.92%
G = 2.96%
B = 50.11%

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

#CE0DDC (or 0xCE0DDC) is known color: Deep Magenta. HEX triplet: CE, 0D and DC. RGB value is (206,13,220). Sum of RGB (Red+Green+Blue) = 206+13+220=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE0DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DDC is #31F223. Grayscale: #5D5D5D. Windows color (decimal): -3273252 or 14421454. OLE color: 14421454.

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

Color convert

RGB 206 13 220 -
CMYK 0.06 0.94 0 0.14
HSL 295.94º 0.89% 0.46% -
HSV(B) 295.94º 0.94% 0.86% -
XYZ 38.52 18.58 69.27 -
YUV 94.31 198.94 207.67 -
System Red Green Blue C M Y K H S L
Decimal 206 13 220 0.06 0.94 0 0.14 295.94 0.89 0.46
Hex CE D DC 6 5E 0 E 128 59 2E
Octal 316 15 334 6 136 0 16 450 131 56
Binary 11001110 1101 11011100 110 1011110 0 1110 100101000 1011001 101110

Color Harmonies of #CE0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0DDC

Black with #CE0DDC

Text Example


Text Example

White with #CE0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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