Shades of Electric Purple #C519F9
Tints of Electric Purple #C519F9
RGB
CMYK
RGB Variations
Color information
#C519F9 (or 0xC519F9) is known color: Electric Purple. HEX triplet: C5, 19 and F9. RGB value is (197,25,249). Sum of RGB (Red+Green+Blue) = 197+25+249=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #C519F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C519F9 is #3AE606. Grayscale: #656565. Windows color (decimal): -3859975 or 16325061. OLE color: 16325061.
HSL color Cylindrical-coordinate representation of color #C519F9: hue angle of 286.07º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C519F9 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 25 | 249 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.02 |
| HSL | 286.07º | 0.95% | 0.54% | - |
| HSV(B) | 286.07º | 0.9% | 0.98% | - |
| XYZ | 40.47 | 19.41 | 91.23 | - |
| YUV | 101.96 | 210.98 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 249 | 0.21 | 0.90 | 0 | 0.02 | 286.07 | 0.95 | 0.54 |
| Hex | C5 | 19 | F9 | 15 | 5A | 0 | 2 | 11E | 5F | 36 |
| Octal | 305 | 31 | 371 | 25 | 132 | 0 | 2 | 436 | 137 | 66 |
| Binary | 11000101 | 11001 | 11111001 | 10101 | 1011010 | 0 | 10 | 100011110 | 1011111 | 110110 |
Color Harmonies of #C519F9
Complementary color
Monochromatic Colors of #C519F9
Black with #C519F9
Text Example
Text Example
White with #C519F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519F9; }
p { color: rgb(197,25,249); }
H1.HeaderClassName
{
color: #C519F9;
}
.AnyTagClassName
{
color: #C519F9;
}
</style>
background-color css
<style>
a { background-color: #C519F9; }
a { background-color: rgb(197,25,249); }
div.DivClassName
{
background-color: #C519F9;
}
.BgClassName
{
background-color: #C519F9;
}
</style>
border-color css
<style>
span { border-color: #C519F9; }
span { border-color: rgb(197,25,249); }
td.TdClassName
{
border-color: #C519F9;
}
.TagClassName
{
border-color: #C519F9;
}
</style>