Html Css Color HEX #CC24FA Electric Purple

📋 copy color: '#CC24FA'

red 204 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #CC24FA

Tints of Electric Purple #CC24FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 41.63%
G = 7.35%
B = 51.02%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC24FA (or 0xCC24FA) is known color: Electric Purple. HEX triplet: CC, 24 and FA. RGB value is (204,36,250). Sum of RGB (Red+Green+Blue) = 204+36+250=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC24FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC24FA is #33DB05. Grayscale: #6D6D6D. Windows color (decimal): -3398406 or 16393420. OLE color: 16393420.

HSL color Cylindrical-coordinate representation of color #CC24FA: hue angle of 287.1º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC24FA is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 36 250 -
CMYK 0.18 0.86 0 0.02
HSL 287.1º 0.96% 0.56% -
HSV(B) 287.1º 0.86% 0.98% -
XYZ 42.79 21 92.24 -
YUV 110.63 206.66 194.6 -
System Red Green Blue C M Y K H S L
Decimal 204 36 250 0.18 0.86 0 0.02 287.1 0.96 0.56
Hex CC 24 FA 12 56 0 2 11F 60 38
Octal 314 44 372 22 126 0 2 437 140 70
Binary 11001100 100100 11111010 10010 1010110 0 10 100011111 1100000 111000

Color Harmonies of #CC24FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24FA

Black with #CC24FA

Text Example


Text Example

White with #CC24FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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