Html Css Color HEX #CE24DD Deep Magenta

📋 copy color: '#CE24DD'

red 206 ◦ green 36 ◦ blue 221

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

Shades of Deep Magenta #CE24DD

Tints of Deep Magenta #CE24DD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.78%

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

R = 44.49%
G = 7.78%
B = 47.73%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE24DD (or 0xCE24DD) is known color: Deep Magenta. HEX triplet: CE, 24 and DD. RGB value is (206,36,221). Sum of RGB (Red+Green+Blue) = 206+36+221=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE24DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24DD is #31DB22. Grayscale: #6B6B6B. Windows color (decimal): -3267363 or 14492878. OLE color: 14492878.

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

Color convert

RGB 206 36 221 -
CMYK 0.07 0.84 0 0.13
HSL 295.14º 0.73% 0.5% -
HSV(B) 295.14º 0.84% 0.87% -
XYZ 39.14 19.6 70.13 -
YUV 107.92 191.82 197.96 -
System Red Green Blue C M Y K H S L
Decimal 206 36 221 0.07 0.84 0 0.13 295.14 0.73 0.5
Hex CE 24 DD 7 54 0 D 127 49 32
Octal 316 44 335 7 124 0 15 447 111 62
Binary 11001110 100100 11011101 111 1010100 0 1101 100100111 1001001 110010

Color Harmonies of #CE24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24DD

Black with #CE24DD

Text Example


Text Example

White with #CE24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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