Html Css Color HEX #CE24CE Deep Magenta

📋 copy color: '#CE24CE'

red 206 ◦ green 36 ◦ blue 206

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

Shades of Deep Magenta #CE24CE

Tints of Deep Magenta #CE24CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 45.98%
G = 8.04%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE24CE (or 0xCE24CE) is known color: Deep Magenta. HEX triplet: CE, 24 and CE. RGB value is (206,36,206). Sum of RGB (Red+Green+Blue) = 206+36+206=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE24CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24CE is #31DB31. Grayscale: #696969. Windows color (decimal): -3267378 or 13509838. OLE color: 13509838.

HSL color Cylindrical-coordinate representation of color #CE24CE: hue angle of 300º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE24CE is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 206 -
CMYK 0 0.83 0 0.19
HSL 300º 0.7% 0.47% -
HSV(B) 300º 0.83% 0.81% -
XYZ 37.23 18.84 60.07 -
YUV 106.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 206 36 206 0 0.83 0 0.19 300 0.7 0.47
Hex CE 24 CE 0 53 0 13 12C 46 2F
Octal 316 44 316 0 123 0 23 454 106 57
Binary 11001110 100100 11001110 0 1010011 0 10011 100101100 1000110 101111

Color Harmonies of #CE24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24CE

Black with #CE24CE

Text Example


Text Example

White with #CE24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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