Shades of Electric Purple #C015FA
Tints of Electric Purple #C015FA
RGB
CMYK
RGB Variations
Color information
#C015FA (or 0xC015FA) is known color: Electric Purple. HEX triplet: C0, 15 and FA. RGB value is (192,21,250). Sum of RGB (Red+Green+Blue) = 192+21+250=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #C015FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C015FA is #3FEA05. Grayscale: #616161. Windows color (decimal): -4188678 or 16389568. OLE color: 16389568.
HSL color Cylindrical-coordinate representation of color #C015FA: hue angle of 284.8º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C015FA is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 21 | 250 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.02 |
| HSL | 284.8º | 0.96% | 0.53% | - |
| HSV(B) | 284.8º | 0.92% | 0.98% | - |
| XYZ | 39.26 | 18.64 | 91.97 | - |
| YUV | 98.24 | 213.65 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 250 | 0.23 | 0.92 | 0 | 0.02 | 284.8 | 0.96 | 0.53 |
| Hex | C0 | 15 | FA | 17 | 5C | 0 | 2 | 11D | 60 | 35 |
| Octal | 300 | 25 | 372 | 27 | 134 | 0 | 2 | 435 | 140 | 65 |
| Binary | 11000000 | 10101 | 11111010 | 10111 | 1011100 | 0 | 10 | 100011101 | 1100000 | 110101 |
Color Harmonies of #C015FA
Complementary color
Monochromatic Colors of #C015FA
Black with #C015FA
Text Example
Text Example
White with #C015FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015FA; }
p { color: rgb(192,21,250); }
H1.HeaderClassName
{
color: #C015FA;
}
.AnyTagClassName
{
color: #C015FA;
}
</style>
background-color css
<style>
a { background-color: #C015FA; }
a { background-color: rgb(192,21,250); }
div.DivClassName
{
background-color: #C015FA;
}
.BgClassName
{
background-color: #C015FA;
}
</style>
border-color css
<style>
span { border-color: #C015FA; }
span { border-color: rgb(192,21,250); }
td.TdClassName
{
border-color: #C015FA;
}
.TagClassName
{
border-color: #C015FA;
}
</style>