Shades of Electric Purple #C01AF8
Tints of Electric Purple #C01AF8
RGB
CMYK
RGB Variations
Color information
#C01AF8 (or 0xC01AF8) is known color: Electric Purple. HEX triplet: C0, 1A and F8. RGB value is (192,26,248). Sum of RGB (Red+Green+Blue) = 192+26+248=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #C01AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AF8 is #3FE507. Grayscale: #646464. Windows color (decimal): -4187400 or 16259776. OLE color: 16259776.
HSL color Cylindrical-coordinate representation of color #C01AF8: hue angle of 284.86º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01AF8 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 26 | 248 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.03 |
| HSL | 284.86º | 0.94% | 0.54% | - |
| HSV(B) | 284.86º | 0.9% | 0.97% | - |
| XYZ | 39.05 | 18.72 | 90.36 | - |
| YUV | 100.94 | 211 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 248 | 0.23 | 0.90 | 0 | 0.03 | 284.86 | 0.94 | 0.54 |
| Hex | C0 | 1A | F8 | 17 | 5A | 0 | 3 | 11D | 5E | 36 |
| Octal | 300 | 32 | 370 | 27 | 132 | 0 | 3 | 435 | 136 | 66 |
| Binary | 11000000 | 11010 | 11111000 | 10111 | 1011010 | 0 | 11 | 100011101 | 1011110 | 110110 |
Color Harmonies of #C01AF8
Complementary color
Monochromatic Colors of #C01AF8
Black with #C01AF8
Text Example
Text Example
White with #C01AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01AF8; }
p { color: rgb(192,26,248); }
H1.HeaderClassName
{
color: #C01AF8;
}
.AnyTagClassName
{
color: #C01AF8;
}
</style>
background-color css
<style>
a { background-color: #C01AF8; }
a { background-color: rgb(192,26,248); }
div.DivClassName
{
background-color: #C01AF8;
}
.BgClassName
{
background-color: #C01AF8;
}
</style>
border-color css
<style>
span { border-color: #C01AF8; }
span { border-color: rgb(192,26,248); }
td.TdClassName
{
border-color: #C01AF8;
}
.TagClassName
{
border-color: #C01AF8;
}
</style>