Html Css Color HEX #C020F0 Electric Purple

📋 copy color: '#C020F0'

red 192 ◦ green 32 ◦ blue 240

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

Shades of Electric Purple #C020F0

Tints of Electric Purple #C020F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.72%

R = 41.38%
G = 6.9%
B = 51.72%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C020F0 (or 0xC020F0) is known color: Electric Purple. HEX triplet: C0, 20 and F0. RGB value is (192,32,240). Sum of RGB (Red+Green+Blue) = 192+32+240=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #C020F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C020F0 is #3FDF0F. Grayscale: #666666. Windows color (decimal): -4185872 or 15737024. OLE color: 15737024.

HSL color Cylindrical-coordinate representation of color #C020F0: hue angle of 286.15º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C020F0 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 32 240 -
CMYK 0.20 0.87 0 0.06
HSL 286.15º 0.87% 0.53% -
HSV(B) 286.15º 0.87% 0.94% -
XYZ 37.98 18.53 84.01 -
YUV 103.55 205.01 191.09 -
System Red Green Blue C M Y K H S L
Decimal 192 32 240 0.20 0.87 0 0.06 286.15 0.87 0.53
Hex C0 20 F0 14 57 0 6 11E 57 35
Octal 300 40 360 24 127 0 6 436 127 65
Binary 11000000 100000 11110000 10100 1010111 0 110 100011110 1010111 110101

Color Harmonies of #C020F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020F0

Black with #C020F0

Text Example


Text Example

White with #C020F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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