Html Css Color HEX #CC20FA Electric Purple

📋 copy color: '#CC20FA'

red 204 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #CC20FA

Tints of Electric Purple #CC20FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.58%

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

R = 41.98%
G = 6.58%
B = 51.44%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC20FA (or 0xCC20FA) is known color: Electric Purple. HEX triplet: CC, 20 and FA. RGB value is (204,32,250). Sum of RGB (Red+Green+Blue) = 204+32+250=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC20FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC20FA is #33DF05. Grayscale: #6B6B6B. Windows color (decimal): -3399430 or 16392396. OLE color: 16392396.

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

Color convert

RGB 204 32 250 -
CMYK 0.18 0.87 0 0.02
HSL 287.34º 0.96% 0.55% -
HSV(B) 287.34º 0.87% 0.98% -
XYZ 42.67 20.77 92.2 -
YUV 108.28 207.98 196.27 -
System Red Green Blue C M Y K H S L
Decimal 204 32 250 0.18 0.87 0 0.02 287.34 0.96 0.55
Hex CC 20 FA 12 57 0 2 11F 60 37
Octal 314 40 372 22 127 0 2 437 140 67
Binary 11001100 100000 11111010 10010 1010111 0 10 100011111 1100000 110111

Color Harmonies of #CC20FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20FA

Black with #CC20FA

Text Example


Text Example

White with #CC20FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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