Html Css Color HEX #C519F1 Electric Purple

📋 copy color: '#C519F1'

red 197 ◦ green 25 ◦ blue 241

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

Shades of Electric Purple #C519F1

Tints of Electric Purple #C519F1

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.4%

 BLUE value IS 241 (94.53% from 255) = 52.05%

R = 42.55%
G = 5.4%
B = 52.05%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C519F1 (or 0xC519F1) is known color: Electric Purple. HEX triplet: C5, 19 and F1. RGB value is (197,25,241). Sum of RGB (Red+Green+Blue) = 197+25+241=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #C519F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C519F1 is #3AE60E. Grayscale: #646464. Windows color (decimal): -3859983 or 15800773. OLE color: 15800773.

HSL color Cylindrical-coordinate representation of color #C519F1: hue angle of 287.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C519F1 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 25 241 -
CMYK 0.18 0.90 0 0.05
HSL 287.78º 0.89% 0.52% -
HSV(B) 287.78º 0.9% 0.95% -
XYZ 39.25 18.92 84.8 -
YUV 101.05 206.98 196.44 -
System Red Green Blue C M Y K H S L
Decimal 197 25 241 0.18 0.90 0 0.05 287.78 0.89 0.52
Hex C5 19 F1 12 5A 0 5 120 59 34
Octal 305 31 361 22 132 0 5 440 131 64
Binary 11000101 11001 11110001 10010 1011010 0 101 100100000 1011001 110100

Color Harmonies of #C519F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519F1

Black with #C519F1

Text Example


Text Example

White with #C519F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519F1; }

 p { color: rgb(197,25,241); }

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

background-color css

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

 a { background-color: rgb(197,25,241); }

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

border-color css

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

 span { border-color: rgb(197,25,241); }

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