Html Css Color HEX #CE0CC8 Deep Magenta

📋 copy color: '#CE0CC8'

red 206 ◦ green 12 ◦ blue 200

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

Shades of Deep Magenta #CE0CC8

Tints of Deep Magenta #CE0CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.85%

R = 49.28%
G = 2.87%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE0CC8 (or 0xCE0CC8) is known color: Deep Magenta. HEX triplet: CE, 0C and C8. RGB value is (206,12,200). Sum of RGB (Red+Green+Blue) = 206+12+200=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CC8 is #31F337. Grayscale: #5A5A5A. Windows color (decimal): -3273528 or 13110478. OLE color: 13110478.

HSL color Cylindrical-coordinate representation of color #CE0CC8: hue angle of 301.86º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0CC8 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 12 200 -
CMYK 0 0.94 0.03 0.19
HSL 301.86º 0.89% 0.43% -
HSV(B) 301.86º 0.94% 0.81% -
XYZ 36.01 17.55 56.13 -
YUV 91.44 189.27 209.71 -
System Red Green Blue C M Y K H S L
Decimal 206 12 200 0 0.94 0.03 0.19 301.86 0.89 0.43
Hex CE C C8 0 5E 3 13 12E 59 2B
Octal 316 14 310 0 136 3 23 456 131 53
Binary 11001110 1100 11001000 0 1011110 11 10011 100101110 1011001 101011

Color Harmonies of #CE0CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0CC8

Black with #CE0CC8

Text Example


Text Example

White with #CE0CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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