Shades of Electric Purple #C018F1
Tints of Electric Purple #C018F1
RGB
CMYK
RGB Variations
Color information
#C018F1 (or 0xC018F1) is known color: Electric Purple. HEX triplet: C0, 18 and F1. RGB value is (192,24,241). Sum of RGB (Red+Green+Blue) = 192+24+241=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #C018F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018F1 is #3FE70E. Grayscale: #626262. Windows color (decimal): -4187919 or 15800512. OLE color: 15800512.
HSL color Cylindrical-coordinate representation of color #C018F1: hue angle of 286.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C018F1 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 24 | 241 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.05 |
| HSL | 286.45º | 0.89% | 0.52% | - |
| HSV(B) | 286.45º | 0.9% | 0.95% | - |
| XYZ | 37.94 | 18.21 | 84.73 | - |
| YUV | 98.97 | 208.16 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 241 | 0.20 | 0.90 | 0 | 0.05 | 286.45 | 0.89 | 0.52 |
| Hex | C0 | 18 | F1 | 14 | 5A | 0 | 5 | 11E | 59 | 34 |
| Octal | 300 | 30 | 361 | 24 | 132 | 0 | 5 | 436 | 131 | 64 |
| Binary | 11000000 | 11000 | 11110001 | 10100 | 1011010 | 0 | 101 | 100011110 | 1011001 | 110100 |
Color Harmonies of #C018F1
Complementary color
Monochromatic Colors of #C018F1
Black with #C018F1
Text Example
Text Example
White with #C018F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018F1; }
p { color: rgb(192,24,241); }
H1.HeaderClassName
{
color: #C018F1;
}
.AnyTagClassName
{
color: #C018F1;
}
</style>
background-color css
<style>
a { background-color: #C018F1; }
a { background-color: rgb(192,24,241); }
div.DivClassName
{
background-color: #C018F1;
}
.BgClassName
{
background-color: #C018F1;
}
</style>
border-color css
<style>
span { border-color: #C018F1; }
span { border-color: rgb(192,24,241); }
td.TdClassName
{
border-color: #C018F1;
}
.TagClassName
{
border-color: #C018F1;
}
</style>