Html Css Color HEX #CE24E2 Deep Magenta

📋 copy color: '#CE24E2'

red 206 ◦ green 36 ◦ blue 226

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

Shades of Deep Magenta #CE24E2

Tints of Deep Magenta #CE24E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.29%

R = 44.02%
G = 7.69%
B = 48.29%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE24E2 (or 0xCE24E2) is known color: Deep Magenta. HEX triplet: CE, 24 and E2. RGB value is (206,36,226). Sum of RGB (Red+Green+Blue) = 206+36+226=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE24E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24E2 is #31DB1D. Grayscale: #6B6B6B. Windows color (decimal): -3267358 or 14820558. OLE color: 14820558.

HSL color Cylindrical-coordinate representation of color #CE24E2: hue angle of 293.68º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE24E2 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 36 226 -
CMYK 0.09 0.84 0 0.11
HSL 293.68º 0.77% 0.51% -
HSV(B) 293.68º 0.84% 0.89% -
XYZ 39.81 19.87 73.69 -
YUV 108.49 194.32 197.55 -
System Red Green Blue C M Y K H S L
Decimal 206 36 226 0.09 0.84 0 0.11 293.68 0.77 0.51
Hex CE 24 E2 9 54 0 B 126 4D 33
Octal 316 44 342 11 124 0 13 446 115 63
Binary 11001110 100100 11100010 1001 1010100 0 1011 100100110 1001101 110011

Color Harmonies of #CE24E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24E2

Black with #CE24E2

Text Example


Text Example

White with #CE24E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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