Shades of Electric Purple #C01BFC
Tints of Electric Purple #C01BFC
RGB
CMYK
RGB Variations
Color information
#C01BFC (or 0xC01BFC) is known color: Electric Purple. HEX triplet: C0, 1B and FC. RGB value is (192,27,252). Sum of RGB (Red+Green+Blue) = 192+27+252=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #C01BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01BFC is #3FE403. Grayscale: #656565. Windows color (decimal): -4187140 or 16522176. OLE color: 16522176.
HSL color Cylindrical-coordinate representation of color #C01BFC: hue angle of 284º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01BFC is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 27 | 252 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.01 |
| HSL | 284º | 0.97% | 0.55% | - |
| HSV(B) | 284º | 0.89% | 0.99% | - |
| XYZ | 39.7 | 19.02 | 93.67 | - |
| YUV | 101.99 | 212.66 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 252 | 0.24 | 0.89 | 0 | 0.01 | 284 | 0.97 | 0.55 |
| Hex | C0 | 1B | FC | 18 | 59 | 0 | 1 | 11C | 61 | 37 |
| Octal | 300 | 33 | 374 | 30 | 131 | 0 | 1 | 434 | 141 | 67 |
| Binary | 11000000 | 11011 | 11111100 | 11000 | 1011001 | 0 | 1 | 100011100 | 1100001 | 110111 |
Color Harmonies of #C01BFC
Complementary color
Monochromatic Colors of #C01BFC
Black with #C01BFC
Text Example
Text Example
White with #C01BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BFC; }
p { color: rgb(192,27,252); }
H1.HeaderClassName
{
color: #C01BFC;
}
.AnyTagClassName
{
color: #C01BFC;
}
</style>
background-color css
<style>
a { background-color: #C01BFC; }
a { background-color: rgb(192,27,252); }
div.DivClassName
{
background-color: #C01BFC;
}
.BgClassName
{
background-color: #C01BFC;
}
</style>
border-color css
<style>
span { border-color: #C01BFC; }
span { border-color: rgb(192,27,252); }
td.TdClassName
{
border-color: #C01BFC;
}
.TagClassName
{
border-color: #C01BFC;
}
</style>