Html Css Color HEX #CE0CD6 Deep Magenta

📋 copy color: '#CE0CD6'

red 206 ◦ green 12 ◦ blue 214

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

Shades of Deep Magenta #CE0CD6

Tints of Deep Magenta #CE0CD6

RGB

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

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

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

R = 47.69%
G = 2.78%
B = 49.54%

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

#CE0CD6 (or 0xCE0CD6) is known color: Deep Magenta. HEX triplet: CE, 0C and D6. RGB value is (206,12,214). Sum of RGB (Red+Green+Blue) = 206+12+214=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE0CD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CD6 is #31F329. Grayscale: #5C5C5C. Windows color (decimal): -3273514 or 14027982. OLE color: 14027982.

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

Color convert

RGB 206 12 214 -
CMYK 0.04 0.94 0 0.16
HSL 297.62º 0.89% 0.44% -
HSV(B) 297.62º 0.94% 0.84% -
XYZ 37.72 18.24 65.15 -
YUV 93.03 196.27 208.57 -
System Red Green Blue C M Y K H S L
Decimal 206 12 214 0.04 0.94 0 0.16 297.62 0.89 0.44
Hex CE C D6 4 5E 0 10 12A 59 2C
Octal 316 14 326 4 136 0 20 452 131 54
Binary 11001110 1100 11010110 100 1011110 0 10000 100101010 1011001 101100

Color Harmonies of #CE0CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0CD6

Black with #CE0CD6

Text Example


Text Example

White with #CE0CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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