Html Css Color HEX #CE04DD Deep Magenta

📋 copy color: '#CE04DD'

red 206 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #CE04DD

Tints of Deep Magenta #CE04DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 47.8%
G = 0.93%
B = 51.28%

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

#CE04DD (or 0xCE04DD) is known color: Deep Magenta. HEX triplet: CE, 04 and DD. RGB value is (206,4,221). Sum of RGB (Red+Green+Blue) = 206+4+221=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04DD is #31FB22. Grayscale: #585858. Windows color (decimal): -3275555 or 14484686. OLE color: 14484686.

HSL color Cylindrical-coordinate representation of color #CE04DD: hue angle of 295.85º 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 #CE04DD is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 4 221 -
CMYK 0.07 0.98 0 0.13
HSL 295.85º 0.96% 0.44% -
HSV(B) 295.85º 0.98% 0.87% -
XYZ 38.55 18.43 69.93 -
YUV 89.14 202.42 211.36 -
System Red Green Blue C M Y K H S L
Decimal 206 4 221 0.07 0.98 0 0.13 295.85 0.96 0.44
Hex CE 4 DD 7 62 0 D 128 60 2C
Octal 316 4 335 7 142 0 15 450 140 54
Binary 11001110 100 11011101 111 1100010 0 1101 100101000 1100000 101100

Color Harmonies of #CE04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE04DD

Black with #CE04DD

Text Example


Text Example

White with #CE04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE04DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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