Html Css Color HEX #CC24EE Electric Purple

📋 copy color: '#CC24EE'

red 204 ◦ green 36 ◦ blue 238

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

Shades of Electric Purple #CC24EE

Tints of Electric Purple #CC24EE

RGB

 RED value IS 204 (80.08% from 255) = 42.68%

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

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 42.68%
G = 7.53%
B = 49.79%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC24EE (or 0xCC24EE) is known color: Electric Purple. HEX triplet: CC, 24 and EE. RGB value is (204,36,238). Sum of RGB (Red+Green+Blue) = 204+36+238=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC24EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC24EE is #33DB11. Grayscale: #6C6C6C. Windows color (decimal): -3398418 or 15606988. OLE color: 15606988.

HSL color Cylindrical-coordinate representation of color #CC24EE: hue angle of 289.9º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC24EE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 36 238 -
CMYK 0.14 0.85 0 0.07
HSL 289.9º 0.86% 0.54% -
HSV(B) 289.9º 0.85% 0.93% -
XYZ 40.97 20.27 82.64 -
YUV 109.26 200.66 195.57 -
System Red Green Blue C M Y K H S L
Decimal 204 36 238 0.14 0.85 0 0.07 289.9 0.86 0.54
Hex CC 24 EE E 55 0 7 122 56 36
Octal 314 44 356 16 125 0 7 442 126 66
Binary 11001100 100100 11101110 1110 1010101 0 111 100100010 1010110 110110

Color Harmonies of #CC24EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24EE

Black with #CC24EE

Text Example


Text Example

White with #CC24EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24EE; }

 p { color: rgb(204,36,238); }

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

background-color css

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

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

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

border-color css

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

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

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