Html Css Color HEX #CC24F1 Electric Purple

📋 copy color: '#CC24F1'

red 204 ◦ green 36 ◦ blue 241

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

Shades of Electric Purple #CC24F1

Tints of Electric Purple #CC24F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 42.41%
G = 7.48%
B = 50.1%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC24F1 (or 0xCC24F1) is known color: Electric Purple. HEX triplet: CC, 24 and F1. RGB value is (204,36,241). Sum of RGB (Red+Green+Blue) = 204+36+241=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC24F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC24F1 is #33DB0E. Grayscale: #6C6C6C. Windows color (decimal): -3398415 or 15803596. OLE color: 15803596.

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

Color convert

RGB 204 36 241 -
CMYK 0.15 0.85 0 0.05
HSL 289.17º 0.88% 0.54% -
HSV(B) 289.17º 0.85% 0.95% -
XYZ 41.41 20.45 84.98 -
YUV 109.6 202.16 195.33 -
System Red Green Blue C M Y K H S L
Decimal 204 36 241 0.15 0.85 0 0.05 289.17 0.88 0.54
Hex CC 24 F1 F 55 0 5 121 58 36
Octal 314 44 361 17 125 0 5 441 130 66
Binary 11001100 100100 11110001 1111 1010101 0 101 100100001 1011000 110110

Color Harmonies of #CC24F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24F1

Black with #CC24F1

Text Example


Text Example

White with #CC24F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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