Html Css Color HEX #CE24E0 Deep Magenta

📋 copy color: '#CE24E0'

red 206 ◦ green 36 ◦ blue 224

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

Shades of Deep Magenta #CE24E0

Tints of Deep Magenta #CE24E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 44.21%
G = 7.73%
B = 48.07%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE24E0 (or 0xCE24E0) is known color: Deep Magenta. HEX triplet: CE, 24 and E0. RGB value is (206,36,224). Sum of RGB (Red+Green+Blue) = 206+36+224=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE24E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24E0 is #31DB1F. Grayscale: #6B6B6B. Windows color (decimal): -3267360 or 14689486. OLE color: 14689486.

HSL color Cylindrical-coordinate representation of color #CE24E0: hue angle of 294.26º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE24E0 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 36 224 -
CMYK 0.08 0.84 0 0.12
HSL 294.26º 0.75% 0.51% -
HSV(B) 294.26º 0.84% 0.88% -
XYZ 39.54 19.77 72.25 -
YUV 108.26 193.32 197.71 -
System Red Green Blue C M Y K H S L
Decimal 206 36 224 0.08 0.84 0 0.12 294.26 0.75 0.51
Hex CE 24 E0 8 54 0 C 126 4B 33
Octal 316 44 340 10 124 0 14 446 113 63
Binary 11001110 100100 11100000 1000 1010100 0 1100 100100110 1001011 110011

Color Harmonies of #CE24E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24E0

Black with #CE24E0

Text Example


Text Example

White with #CE24E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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