Shades of Electric Purple #C01BFF
Tints of Electric Purple #C01BFF
RGB
CMYK
RGB Variations
Color information
#C01BFF (or 0xC01BFF) is known color: Electric Purple. HEX triplet: C0, 1B and FF. RGB value is (192,27,255). Sum of RGB (Red+Green+Blue) = 192+27+255=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 27 (10.94% from 255 or 5.70% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #C01BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01BFF is #3FE400. Grayscale: #656565. Windows color (decimal): -4187137 or 16718784. OLE color: 16718784.
HSL color Cylindrical-coordinate representation of color #C01BFF: hue angle of 283.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01BFF is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 27 | 255 | - |
| CMYK | 0.25 | 0.89 | 0 | 0 |
| HSL | 283.42º | 1% | 0.55% | - |
| HSV(B) | 283.42º | 0.89% | 1% | - |
| XYZ | 40.18 | 19.21 | 96.2 | - |
| YUV | 102.33 | 214.16 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 255 | 0.25 | 0.89 | 0 | 0 | 283.42 | 1 | 0.55 |
| Hex | C0 | 1B | FF | 19 | 59 | 0 | 0 | 11B | 64 | 37 |
| Octal | 300 | 33 | 377 | 31 | 131 | 0 | 0 | 433 | 144 | 67 |
| Binary | 11000000 | 11011 | 11111111 | 11001 | 1011001 | 0 | 0 | 100011011 | 1100100 | 110111 |
Color Harmonies of #C01BFF
Complementary color
Monochromatic Colors of #C01BFF
Black with #C01BFF
Text Example
Text Example
White with #C01BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BFF; }
p { color: rgb(192,27,255); }
H1.HeaderClassName
{
color: #C01BFF;
}
.AnyTagClassName
{
color: #C01BFF;
}
</style>
background-color css
<style>
a { background-color: #C01BFF; }
a { background-color: rgb(192,27,255); }
div.DivClassName
{
background-color: #C01BFF;
}
.BgClassName
{
background-color: #C01BFF;
}
</style>
border-color css
<style>
span { border-color: #C01BFF; }
span { border-color: rgb(192,27,255); }
td.TdClassName
{
border-color: #C01BFF;
}
.TagClassName
{
border-color: #C01BFF;
}
</style>