Shades of Electric Purple #C51CF9
Tints of Electric Purple #C51CF9
RGB
CMYK
RGB Variations
Color information
#C51CF9 (or 0xC51CF9) is known color: Electric Purple. HEX triplet: C5, 1C and F9. RGB value is (197,28,249). Sum of RGB (Red+Green+Blue) = 197+28+249=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #C51CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CF9 is #3AE306. Grayscale: #676767. Windows color (decimal): -3859207 or 16325829. OLE color: 16325829.
HSL color Cylindrical-coordinate representation of color #C51CF9: hue angle of 285.88º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51CF9 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 28 | 249 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.02 |
| HSL | 285.88º | 0.95% | 0.54% | - |
| HSV(B) | 285.88º | 0.89% | 0.98% | - |
| XYZ | 40.54 | 19.54 | 91.26 | - |
| YUV | 103.73 | 209.99 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 249 | 0.21 | 0.89 | 0 | 0.02 | 285.88 | 0.95 | 0.54 |
| Hex | C5 | 1C | F9 | 15 | 59 | 0 | 2 | 11E | 5F | 36 |
| Octal | 305 | 34 | 371 | 25 | 131 | 0 | 2 | 436 | 137 | 66 |
| Binary | 11000101 | 11100 | 11111001 | 10101 | 1011001 | 0 | 10 | 100011110 | 1011111 | 110110 |
Color Harmonies of #C51CF9
Complementary color
Monochromatic Colors of #C51CF9
Black with #C51CF9
Text Example
Text Example
White with #C51CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CF9; }
p { color: rgb(197,28,249); }
H1.HeaderClassName
{
color: #C51CF9;
}
.AnyTagClassName
{
color: #C51CF9;
}
</style>
background-color css
<style>
a { background-color: #C51CF9; }
a { background-color: rgb(197,28,249); }
div.DivClassName
{
background-color: #C51CF9;
}
.BgClassName
{
background-color: #C51CF9;
}
</style>
border-color css
<style>
span { border-color: #C51CF9; }
span { border-color: rgb(197,28,249); }
td.TdClassName
{
border-color: #C51CF9;
}
.TagClassName
{
border-color: #C51CF9;
}
</style>