Shades of Electric Purple #C015FC
Tints of Electric Purple #C015FC
RGB
CMYK
RGB Variations
Color information
#C015FC (or 0xC015FC) is known color: Electric Purple. HEX triplet: C0, 15 and FC. RGB value is (192,21,252). Sum of RGB (Red+Green+Blue) = 192+21+252=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #C015FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C015FC is #3FEA03. Grayscale: #616161. Windows color (decimal): -4188676 or 16520640. OLE color: 16520640.
HSL color Cylindrical-coordinate representation of color #C015FC: hue angle of 284.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C015FC is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 21 | 252 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.01 |
| HSL | 284.42º | 0.97% | 0.54% | - |
| HSV(B) | 284.42º | 0.92% | 0.99% | - |
| XYZ | 39.58 | 18.77 | 93.63 | - |
| YUV | 98.46 | 214.65 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 252 | 0.24 | 0.92 | 0 | 0.01 | 284.42 | 0.97 | 0.54 |
| Hex | C0 | 15 | FC | 18 | 5C | 0 | 1 | 11C | 61 | 36 |
| Octal | 300 | 25 | 374 | 30 | 134 | 0 | 1 | 434 | 141 | 66 |
| Binary | 11000000 | 10101 | 11111100 | 11000 | 1011100 | 0 | 1 | 100011100 | 1100001 | 110110 |
Color Harmonies of #C015FC
Complementary color
Monochromatic Colors of #C015FC
Black with #C015FC
Text Example
Text Example
White with #C015FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015FC; }
p { color: rgb(192,21,252); }
H1.HeaderClassName
{
color: #C015FC;
}
.AnyTagClassName
{
color: #C015FC;
}
</style>
background-color css
<style>
a { background-color: #C015FC; }
a { background-color: rgb(192,21,252); }
div.DivClassName
{
background-color: #C015FC;
}
.BgClassName
{
background-color: #C015FC;
}
</style>
border-color css
<style>
span { border-color: #C015FC; }
span { border-color: rgb(192,21,252); }
td.TdClassName
{
border-color: #C015FC;
}
.TagClassName
{
border-color: #C015FC;
}
</style>