Html Css Color HEX #CC24EF Electric Purple

📋 copy color: '#CC24EF'

red 204 ◦ green 36 ◦ blue 239

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

Shades of Electric Purple #CC24EF

Tints of Electric Purple #CC24EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 42.59%
G = 7.52%
B = 49.9%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC24EF (or 0xCC24EF) is known color: Electric Purple. HEX triplet: CC, 24 and EF. RGB value is (204,36,239). Sum of RGB (Red+Green+Blue) = 204+36+239=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 36 (14.45% from 255 or 7.52% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC24EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC24EF is #33DB10. Grayscale: #6C6C6C. Windows color (decimal): -3398417 or 15672524. OLE color: 15672524.

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

Color convert

RGB 204 36 239 -
CMYK 0.15 0.85 0 0.06
HSL 289.66º 0.86% 0.54% -
HSV(B) 289.66º 0.85% 0.94% -
XYZ 41.11 20.33 83.42 -
YUV 109.37 201.16 195.49 -
System Red Green Blue C M Y K H S L
Decimal 204 36 239 0.15 0.85 0 0.06 289.66 0.86 0.54
Hex CC 24 EF F 55 0 6 122 56 36
Octal 314 44 357 17 125 0 6 442 126 66
Binary 11001100 100100 11101111 1111 1010101 0 110 100100010 1010110 110110

Color Harmonies of #CC24EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24EF

Black with #CC24EF

Text Example


Text Example

White with #CC24EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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