Html Css Color HEX #C020FC Electric Purple

📋 copy color: '#C020FC'

red 192 ◦ green 32 ◦ blue 252

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

Shades of Electric Purple #C020FC

Tints of Electric Purple #C020FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 40.34%
G = 6.72%
B = 52.94%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C020FC (or 0xC020FC) is known color: Electric Purple. HEX triplet: C0, 20 and FC. RGB value is (192,32,252). Sum of RGB (Red+Green+Blue) = 192+32+252=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #C020FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C020FC is #3FDF03. Grayscale: #686868. Windows color (decimal): -4185860 or 16523456. OLE color: 16523456.

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

Color convert

RGB 192 32 252 -
CMYK 0.24 0.87 0 0.01
HSL 283.64º 0.97% 0.56% -
HSV(B) 283.64º 0.87% 0.99% -
XYZ 39.83 19.27 93.72 -
YUV 104.92 211.01 190.11 -
System Red Green Blue C M Y K H S L
Decimal 192 32 252 0.24 0.87 0 0.01 283.64 0.97 0.56
Hex C0 20 FC 18 57 0 1 11C 61 38
Octal 300 40 374 30 127 0 1 434 141 70
Binary 11000000 100000 11111100 11000 1010111 0 1 100011100 1100001 111000

Color Harmonies of #C020FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020FC

Black with #C020FC

Text Example


Text Example

White with #C020FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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