Html Css Color HEX #CC24ED Electric Purple

📋 copy color: '#CC24ED'

red 204 ◦ green 36 ◦ blue 237

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

Shades of Electric Purple #CC24ED

Tints of Electric Purple #CC24ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 42.77%
G = 7.55%
B = 49.69%

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

#CC24ED (or 0xCC24ED) is known color: Electric Purple. HEX triplet: CC, 24 and ED. RGB value is (204,36,237). Sum of RGB (Red+Green+Blue) = 204+36+237=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC24ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC24ED is #33DB12. Grayscale: #6C6C6C. Windows color (decimal): -3398419 or 15541452. OLE color: 15541452.

HSL color Cylindrical-coordinate representation of color #CC24ED: hue angle of 290.15º degrees, saturation: 0.85, 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 #CC24ED is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 36 237 -
CMYK 0.14 0.85 0 0.07
HSL 290.15º 0.85% 0.54% -
HSV(B) 290.15º 0.85% 0.93% -
XYZ 40.82 20.21 81.87 -
YUV 109.15 200.16 195.66 -
System Red Green Blue C M Y K H S L
Decimal 204 36 237 0.14 0.85 0 0.07 290.15 0.85 0.54
Hex CC 24 ED E 55 0 7 122 55 36
Octal 314 44 355 16 125 0 7 442 125 66
Binary 11001100 100100 11101101 1110 1010101 0 111 100100010 1010101 110110

Color Harmonies of #CC24ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24ED

Black with #CC24ED

Text Example


Text Example

White with #CC24ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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