Html Css Color HEX #CC20F7 Electric Purple

📋 copy color: '#CC20F7'

red 204 ◦ green 32 ◦ blue 247

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

Shades of Electric Purple #CC20F7

Tints of Electric Purple #CC20F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.14%

R = 42.24%
G = 6.63%
B = 51.14%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC20F7 (or 0xCC20F7) is known color: Electric Purple. HEX triplet: CC, 20 and F7. RGB value is (204,32,247). Sum of RGB (Red+Green+Blue) = 204+32+247=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC20F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC20F7 is #33DF08. Grayscale: #6B6B6B. Windows color (decimal): -3399433 or 16195788. OLE color: 16195788.

HSL color Cylindrical-coordinate representation of color #CC20F7: hue angle of 288º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC20F7 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 32 247 -
CMYK 0.17 0.87 0 0.03
HSL 288º 0.93% 0.55% -
HSV(B) 288º 0.87% 0.97% -
XYZ 42.21 20.59 89.74 -
YUV 107.94 206.48 196.52 -
System Red Green Blue C M Y K H S L
Decimal 204 32 247 0.17 0.87 0 0.03 288 0.93 0.55
Hex CC 20 F7 11 57 0 3 120 5D 37
Octal 314 40 367 21 127 0 3 440 135 67
Binary 11001100 100000 11110111 10001 1010111 0 11 100100000 1011101 110111

Color Harmonies of #CC20F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20F7

Black with #CC20F7

Text Example


Text Example

White with #CC20F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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