Shades of Electric Purple #C015F1
Tints of Electric Purple #C015F1
RGB
CMYK
RGB Variations
Color information
#C015F1 (or 0xC015F1) is known color: Electric Purple. HEX triplet: C0, 15 and F1. RGB value is (192,21,241). Sum of RGB (Red+Green+Blue) = 192+21+241=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #C015F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C015F1 is #3FEA0E. Grayscale: #606060. Windows color (decimal): -4188687 or 15799744. OLE color: 15799744.
HSL color Cylindrical-coordinate representation of color #C015F1: hue angle of 286.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C015F1 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 21 | 241 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.05 |
| HSL | 286.64º | 0.89% | 0.51% | - |
| HSV(B) | 286.64º | 0.91% | 0.95% | - |
| XYZ | 37.88 | 18.09 | 84.71 | - |
| YUV | 97.21 | 209.15 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 241 | 0.20 | 0.91 | 0 | 0.05 | 286.64 | 0.89 | 0.51 |
| Hex | C0 | 15 | F1 | 14 | 5B | 0 | 5 | 11F | 59 | 33 |
| Octal | 300 | 25 | 361 | 24 | 133 | 0 | 5 | 437 | 131 | 63 |
| Binary | 11000000 | 10101 | 11110001 | 10100 | 1011011 | 0 | 101 | 100011111 | 1011001 | 110011 |
Color Harmonies of #C015F1
Complementary color
Monochromatic Colors of #C015F1
Black with #C015F1
Text Example
Text Example
White with #C015F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015F1; }
p { color: rgb(192,21,241); }
H1.HeaderClassName
{
color: #C015F1;
}
.AnyTagClassName
{
color: #C015F1;
}
</style>
background-color css
<style>
a { background-color: #C015F1; }
a { background-color: rgb(192,21,241); }
div.DivClassName
{
background-color: #C015F1;
}
.BgClassName
{
background-color: #C015F1;
}
</style>
border-color css
<style>
span { border-color: #C015F1; }
span { border-color: rgb(192,21,241); }
td.TdClassName
{
border-color: #C015F1;
}
.TagClassName
{
border-color: #C015F1;
}
</style>