Html Css Color HEX #C020FF Electric Purple

📋 copy color: '#C020FF'

red 192 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #C020FF

Tints of Electric Purple #C020FF

RGB

 RED value IS 192 (75.39% from 255) = 40.08%

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 40.08%
G = 6.68%
B = 53.24%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C020FF (or 0xC020FF) is known color: Electric Purple. HEX triplet: C0, 20 and FF. RGB value is (192,32,255). Sum of RGB (Red+Green+Blue) = 192+32+255=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #C020FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C020FF is #3FDF00. Grayscale: #686868. Windows color (decimal): -4185857 or 16720064. OLE color: 16720064.

HSL color Cylindrical-coordinate representation of color #C020FF: hue angle of 283.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C020FF is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 32 255 -
CMYK 0.25 0.87 0 0
HSL 283.05º 1% 0.56% -
HSV(B) 283.05º 0.87% 1% -
XYZ 40.3 19.46 96.24 -
YUV 105.26 212.51 189.87 -
System Red Green Blue C M Y K H S L
Decimal 192 32 255 0.25 0.87 0 0 283.05 1 0.56
Hex C0 20 FF 19 57 0 0 11B 64 38
Octal 300 40 377 31 127 0 0 433 144 70
Binary 11000000 100000 11111111 11001 1010111 0 0 100011011 1100100 111000

Color Harmonies of #C020FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020FF

Black with #C020FF

Text Example


Text Example

White with #C020FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020FF; }

 p { color: rgb(192,32,255); }

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

background-color css

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

 a { background-color: rgb(192,32,255); }

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

border-color css

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

 span { border-color: rgb(192,32,255); }

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