Shades of Electric Purple #C51CFA
Tints of Electric Purple #C51CFA
RGB
CMYK
RGB Variations
Color information
#C51CFA (or 0xC51CFA) is known color: Electric Purple. HEX triplet: C5, 1C and FA. RGB value is (197,28,250). Sum of RGB (Red+Green+Blue) = 197+28+250=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #C51CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CFA is #3AE305. Grayscale: #676767. Windows color (decimal): -3859206 or 16391365. OLE color: 16391365.
HSL color Cylindrical-coordinate representation of color #C51CFA: hue angle of 285.68º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51CFA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 28 | 250 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.02 |
| HSL | 285.68º | 0.96% | 0.55% | - |
| HSV(B) | 285.68º | 0.89% | 0.98% | - |
| XYZ | 40.7 | 19.6 | 92.08 | - |
| YUV | 103.84 | 210.49 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 250 | 0.21 | 0.89 | 0 | 0.02 | 285.68 | 0.96 | 0.55 |
| Hex | C5 | 1C | FA | 15 | 59 | 0 | 2 | 11E | 60 | 37 |
| Octal | 305 | 34 | 372 | 25 | 131 | 0 | 2 | 436 | 140 | 67 |
| Binary | 11000101 | 11100 | 11111010 | 10101 | 1011001 | 0 | 10 | 100011110 | 1100000 | 110111 |
Color Harmonies of #C51CFA
Complementary color
Monochromatic Colors of #C51CFA
Black with #C51CFA
Text Example
Text Example
White with #C51CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CFA; }
p { color: rgb(197,28,250); }
H1.HeaderClassName
{
color: #C51CFA;
}
.AnyTagClassName
{
color: #C51CFA;
}
</style>
background-color css
<style>
a { background-color: #C51CFA; }
a { background-color: rgb(197,28,250); }
div.DivClassName
{
background-color: #C51CFA;
}
.BgClassName
{
background-color: #C51CFA;
}
</style>
border-color css
<style>
span { border-color: #C51CFA; }
span { border-color: rgb(197,28,250); }
td.TdClassName
{
border-color: #C51CFA;
}
.TagClassName
{
border-color: #C51CFA;
}
</style>