Html Css Color HEX #C520F4 Electric Purple

📋 copy color: '#C520F4'

red 197 ◦ green 32 ◦ blue 244

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

Shades of Electric Purple #C520F4

Tints of Electric Purple #C520F4

RGB

 RED value IS 197 (77.34% from 255) = 41.65%

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

 BLUE value IS 244 (95.7% from 255) = 51.59%

R = 41.65%
G = 6.77%
B = 51.59%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C520F4 (or 0xC520F4) is known color: Electric Purple. HEX triplet: C5, 20 and F4. RGB value is (197,32,244). Sum of RGB (Red+Green+Blue) = 197+32+244=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 244 (95.70% from 255 or 51.59% from 473); Max value from RGB is 244 - color contains mainly: blue. Hex color #C520F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C520F4 is #3ADF0B. Grayscale: #686868. Windows color (decimal): -3858188 or 15999173. OLE color: 15999173.

HSL color Cylindrical-coordinate representation of color #C520F4: hue angle of 286.7º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C520F4 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 32 244 -
CMYK 0.19 0.87 0 0.04
HSL 286.7º 0.91% 0.54% -
HSV(B) 286.7º 0.87% 0.96% -
XYZ 39.87 19.43 87.24 -
YUV 105.5 206.16 193.26 -
System Red Green Blue C M Y K H S L
Decimal 197 32 244 0.19 0.87 0 0.04 286.7 0.91 0.54
Hex C5 20 F4 13 57 0 4 11F 5B 36
Octal 305 40 364 23 127 0 4 437 133 66
Binary 11000101 100000 11110100 10011 1010111 0 100 100011111 1011011 110110

Color Harmonies of #C520F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520F4

Black with #C520F4

Text Example


Text Example

White with #C520F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520F4; }

 p { color: rgb(197,32,244); }

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

background-color css

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

 a { background-color: rgb(197,32,244); }

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

border-color css

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

 span { border-color: rgb(197,32,244); }

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