Html Css Color HEX #CC24EC Electric Purple

📋 copy color: '#CC24EC'

red 204 ◦ green 36 ◦ blue 236

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

Shades of Electric Purple #CC24EC

Tints of Electric Purple #CC24EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 42.86%
G = 7.56%
B = 49.58%

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

#CC24EC (or 0xCC24EC) is known color: Electric Purple. HEX triplet: CC, 24 and EC. RGB value is (204,36,236). Sum of RGB (Red+Green+Blue) = 204+36+236=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 36 (14.45% from 255 or 7.56% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC24EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC24EC is #33DB13. Grayscale: #6C6C6C. Windows color (decimal): -3398420 or 15475916. OLE color: 15475916.

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

Color convert

RGB 204 36 236 -
CMYK 0.14 0.85 0 0.07
HSL 290.4º 0.84% 0.53% -
HSV(B) 290.4º 0.85% 0.93% -
XYZ 40.67 20.16 81.1 -
YUV 109.03 199.66 195.74 -
System Red Green Blue C M Y K H S L
Decimal 204 36 236 0.14 0.85 0 0.07 290.4 0.84 0.53
Hex CC 24 EC E 55 0 7 122 54 35
Octal 314 44 354 16 125 0 7 442 124 65
Binary 11001100 100100 11101100 1110 1010101 0 111 100100010 1010100 110101

Color Harmonies of #CC24EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24EC

Black with #CC24EC

Text Example


Text Example

White with #CC24EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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