Html Css Color HEX #CE0DD5 Deep Magenta

📋 copy color: '#CE0DD5'

red 206 ◦ green 13 ◦ blue 213

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

Shades of Deep Magenta #CE0DD5

Tints of Deep Magenta #CE0DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.31%

R = 47.69%
G = 3.01%
B = 49.31%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE0DD5 (or 0xCE0DD5) is known color: Deep Magenta. HEX triplet: CE, 0D and D5. RGB value is (206,13,213). Sum of RGB (Red+Green+Blue) = 206+13+213=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE0DD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DD5 is #31F22A. Grayscale: #5C5C5C. Windows color (decimal): -3273259 or 13962702. OLE color: 13962702.

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

Color convert

RGB 206 13 213 -
CMYK 0.03 0.94 0 0.16
HSL 297.9º 0.88% 0.44% -
HSV(B) 297.9º 0.94% 0.84% -
XYZ 37.61 18.21 64.48 -
YUV 93.51 195.44 208.24 -
System Red Green Blue C M Y K H S L
Decimal 206 13 213 0.03 0.94 0 0.16 297.9 0.88 0.44
Hex CE D D5 3 5E 0 10 12A 58 2C
Octal 316 15 325 3 136 0 20 452 130 54
Binary 11001110 1101 11010101 11 1011110 0 10000 100101010 1011000 101100

Color Harmonies of #CE0DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0DD5

Black with #CE0DD5

Text Example


Text Example

White with #CE0DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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