Shades of Electric Purple #C01BFB
Tints of Electric Purple #C01BFB
RGB
CMYK
RGB Variations
Color information
#C01BFB (or 0xC01BFB) is known color: Electric Purple. HEX triplet: C0, 1B and FB. RGB value is (192,27,251). Sum of RGB (Red+Green+Blue) = 192+27+251=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #C01BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01BFB is #3FE404. Grayscale: #656565. Windows color (decimal): -4187141 or 16456640. OLE color: 16456640.
HSL color Cylindrical-coordinate representation of color #C01BFB: hue angle of 284.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01BFB is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 27 | 251 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.02 |
| HSL | 284.2º | 0.97% | 0.55% | - |
| HSV(B) | 284.2º | 0.89% | 0.98% | - |
| XYZ | 39.54 | 18.96 | 92.84 | - |
| YUV | 101.87 | 212.16 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 251 | 0.24 | 0.89 | 0 | 0.02 | 284.2 | 0.97 | 0.55 |
| Hex | C0 | 1B | FB | 18 | 59 | 0 | 2 | 11C | 61 | 37 |
| Octal | 300 | 33 | 373 | 30 | 131 | 0 | 2 | 434 | 141 | 67 |
| Binary | 11000000 | 11011 | 11111011 | 11000 | 1011001 | 0 | 10 | 100011100 | 1100001 | 110111 |
Color Harmonies of #C01BFB
Complementary color
Monochromatic Colors of #C01BFB
Black with #C01BFB
Text Example
Text Example
White with #C01BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BFB; }
p { color: rgb(192,27,251); }
H1.HeaderClassName
{
color: #C01BFB;
}
.AnyTagClassName
{
color: #C01BFB;
}
</style>
background-color css
<style>
a { background-color: #C01BFB; }
a { background-color: rgb(192,27,251); }
div.DivClassName
{
background-color: #C01BFB;
}
.BgClassName
{
background-color: #C01BFB;
}
</style>
border-color css
<style>
span { border-color: #C01BFB; }
span { border-color: rgb(192,27,251); }
td.TdClassName
{
border-color: #C01BFB;
}
.TagClassName
{
border-color: #C01BFB;
}
</style>