Html Css Color HEX #C020FD Electric Purple

📋 copy color: '#C020FD'

red 192 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #C020FD

Tints of Electric Purple #C020FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 40.25%
G = 6.71%
B = 53.04%

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

#C020FD (or 0xC020FD) is known color: Electric Purple. HEX triplet: C0, 20 and FD. RGB value is (192,32,253). Sum of RGB (Red+Green+Blue) = 192+32+253=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #C020FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C020FD is #3FDF02. Grayscale: #686868. Windows color (decimal): -4185859 or 16588992. OLE color: 16588992.

HSL color Cylindrical-coordinate representation of color #C020FD: hue angle of 283.44º degrees, saturation: 0.98, 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 #C020FD is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 32 253 -
CMYK 0.24 0.87 0 0.01
HSL 283.44º 0.98% 0.56% -
HSV(B) 283.44º 0.87% 0.99% -
XYZ 39.98 19.33 94.55 -
YUV 105.03 211.51 190.03 -
System Red Green Blue C M Y K H S L
Decimal 192 32 253 0.24 0.87 0 0.01 283.44 0.98 0.56
Hex C0 20 FD 18 57 0 1 11B 62 38
Octal 300 40 375 30 127 0 1 433 142 70
Binary 11000000 100000 11111101 11000 1010111 0 1 100011011 1100010 111000

Color Harmonies of #C020FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020FD

Black with #C020FD

Text Example


Text Example

White with #C020FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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