Html Css Color HEX #CE0CD5 Deep Magenta

📋 copy color: '#CE0CD5'

red 206 ◦ green 12 ◦ blue 213

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

Shades of Deep Magenta #CE0CD5

Tints of Deep Magenta #CE0CD5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.78%

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

R = 47.8%
G = 2.78%
B = 49.42%

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

#CE0CD5 (or 0xCE0CD5) is known color: Deep Magenta. HEX triplet: CE, 0C and D5. RGB value is (206,12,213). Sum of RGB (Red+Green+Blue) = 206+12+213=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE0CD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CD5 is #31F32A. Grayscale: #5C5C5C. Windows color (decimal): -3273515 or 13962446. OLE color: 13962446.

HSL color Cylindrical-coordinate representation of color #CE0CD5: hue angle of 297.91º degrees, saturation: 0.89, 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 #CE0CD5 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 12 213 -
CMYK 0.03 0.94 0 0.16
HSL 297.91º 0.89% 0.44% -
HSV(B) 297.91º 0.94% 0.84% -
XYZ 37.6 18.19 64.48 -
YUV 92.92 195.77 208.66 -
System Red Green Blue C M Y K H S L
Decimal 206 12 213 0.03 0.94 0 0.16 297.91 0.89 0.44
Hex CE C D5 3 5E 0 10 12A 59 2C
Octal 316 14 325 3 136 0 20 452 131 54
Binary 11001110 1100 11010101 11 1011110 0 10000 100101010 1011001 101100

Color Harmonies of #CE0CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0CD5

Black with #CE0CD5

Text Example


Text Example

White with #CE0CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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