Shades of Electric Purple #C519F8
Tints of Electric Purple #C519F8
RGB
CMYK
RGB Variations
Color information
#C519F8 (or 0xC519F8) is known color: Electric Purple. HEX triplet: C5, 19 and F8. RGB value is (197,25,248). Sum of RGB (Red+Green+Blue) = 197+25+248=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #C519F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C519F8 is #3AE607. Grayscale: #656565. Windows color (decimal): -3859976 or 16259525. OLE color: 16259525.
HSL color Cylindrical-coordinate representation of color #C519F8: hue angle of 286.28º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C519F8 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 25 | 248 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.03 |
| HSL | 286.28º | 0.94% | 0.54% | - |
| HSV(B) | 286.28º | 0.9% | 0.97% | - |
| XYZ | 40.32 | 19.34 | 90.42 | - |
| YUV | 101.85 | 210.48 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 248 | 0.21 | 0.90 | 0 | 0.03 | 286.28 | 0.94 | 0.54 |
| Hex | C5 | 19 | F8 | 15 | 5A | 0 | 3 | 11E | 5E | 36 |
| Octal | 305 | 31 | 370 | 25 | 132 | 0 | 3 | 436 | 136 | 66 |
| Binary | 11000101 | 11001 | 11111000 | 10101 | 1011010 | 0 | 11 | 100011110 | 1011110 | 110110 |
Color Harmonies of #C519F8
Complementary color
Monochromatic Colors of #C519F8
Black with #C519F8
Text Example
Text Example
White with #C519F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519F8; }
p { color: rgb(197,25,248); }
H1.HeaderClassName
{
color: #C519F8;
}
.AnyTagClassName
{
color: #C519F8;
}
</style>
background-color css
<style>
a { background-color: #C519F8; }
a { background-color: rgb(197,25,248); }
div.DivClassName
{
background-color: #C519F8;
}
.BgClassName
{
background-color: #C519F8;
}
</style>
border-color css
<style>
span { border-color: #C519F8; }
span { border-color: rgb(197,25,248); }
td.TdClassName
{
border-color: #C519F8;
}
.TagClassName
{
border-color: #C519F8;
}
</style>