Html Css Color HEX #CE04DE Deep Magenta

📋 copy color: '#CE04DE'

red 206 ◦ green 4 ◦ blue 222

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

Shades of Deep Magenta #CE04DE

Tints of Deep Magenta #CE04DE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 47.69%
G = 0.93%
B = 51.39%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE04DE (or 0xCE04DE) is known color: Deep Magenta. HEX triplet: CE, 04 and DE. RGB value is (206,4,222). Sum of RGB (Red+Green+Blue) = 206+4+222=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE04DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04DE is #31FB21. Grayscale: #585858. Windows color (decimal): -3275554 or 14550222. OLE color: 14550222.

HSL color Cylindrical-coordinate representation of color #CE04DE: hue angle of 295.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04DE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 4 222 -
CMYK 0.07 0.98 0 0.13
HSL 295.6º 0.96% 0.44% -
HSV(B) 295.6º 0.98% 0.87% -
XYZ 38.68 18.48 70.64 -
YUV 89.25 202.92 211.27 -
System Red Green Blue C M Y K H S L
Decimal 206 4 222 0.07 0.98 0 0.13 295.6 0.96 0.44
Hex CE 4 DE 7 62 0 D 128 60 2C
Octal 316 4 336 7 142 0 15 450 140 54
Binary 11001110 100 11011110 111 1100010 0 1101 100101000 1100000 101100

Color Harmonies of #CE04DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE04DE

Black with #CE04DE

Text Example


Text Example

White with #CE04DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE04DE; }

 p { color: rgb(206,4,222); }

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

background-color css

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

 a { background-color: rgb(206,4,222); }

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

border-color css

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

 span { border-color: rgb(206,4,222); }

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