Shades of Electric Purple #C01AFB
Tints of Electric Purple #C01AFB
RGB
CMYK
RGB Variations
Color information
#C01AFB (or 0xC01AFB) is known color: Electric Purple. HEX triplet: C0, 1A and FB. RGB value is (192,26,251). Sum of RGB (Red+Green+Blue) = 192+26+251=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #C01AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AFB is #3FE504. Grayscale: #646464. Windows color (decimal): -4187397 or 16456384. OLE color: 16456384.
HSL color Cylindrical-coordinate representation of color #C01AFB: hue angle of 284.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01AFB is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 26 | 251 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.02 |
| HSL | 284.27º | 0.97% | 0.54% | - |
| HSV(B) | 284.27º | 0.9% | 0.98% | - |
| XYZ | 39.52 | 18.91 | 92.83 | - |
| YUV | 101.28 | 212.5 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 251 | 0.24 | 0.90 | 0 | 0.02 | 284.27 | 0.97 | 0.54 |
| Hex | C0 | 1A | FB | 18 | 5A | 0 | 2 | 11C | 61 | 36 |
| Octal | 300 | 32 | 373 | 30 | 132 | 0 | 2 | 434 | 141 | 66 |
| Binary | 11000000 | 11010 | 11111011 | 11000 | 1011010 | 0 | 10 | 100011100 | 1100001 | 110110 |
Color Harmonies of #C01AFB
Complementary color
Monochromatic Colors of #C01AFB
Black with #C01AFB
Text Example
Text Example
White with #C01AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01AFB; }
p { color: rgb(192,26,251); }
H1.HeaderClassName
{
color: #C01AFB;
}
.AnyTagClassName
{
color: #C01AFB;
}
</style>
background-color css
<style>
a { background-color: #C01AFB; }
a { background-color: rgb(192,26,251); }
div.DivClassName
{
background-color: #C01AFB;
}
.BgClassName
{
background-color: #C01AFB;
}
</style>
border-color css
<style>
span { border-color: #C01AFB; }
span { border-color: rgb(192,26,251); }
td.TdClassName
{
border-color: #C01AFB;
}
.TagClassName
{
border-color: #C01AFB;
}
</style>