Shades of Electric Purple #CB01FB
Tints of Electric Purple #CB01FB
RGB
CMYK
RGB Variations
Color information
#CB01FB (or 0xCB01FB) is known color: Electric Purple. HEX triplet: CB, 01 and FB. RGB value is (203,1,251). Sum of RGB (Red+Green+Blue) = 203+1+251=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB01FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB01FB is #34FE04. Grayscale: #595959. Windows color (decimal): -3472901 or 16449995. OLE color: 16449995.
HSL color Cylindrical-coordinate representation of color #CB01FB: hue angle of 288.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01FB is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 1 | 251 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.02 |
| HSL | 288.48º | 0.99% | 0.49% | - |
| HSV(B) | 288.48º | 1% | 0.98% | - |
| XYZ | 42.05 | 19.68 | 92.85 | - |
| YUV | 89.9 | 218.92 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 251 | 0.19 | 1.00 | 0 | 0.02 | 288.48 | 0.99 | 0.49 |
| Hex | CB | 1 | FB | 13 | 64 | 0 | 2 | 120 | 63 | 31 |
| Octal | 313 | 1 | 373 | 23 | 144 | 0 | 2 | 440 | 143 | 61 |
| Binary | 11001011 | 1 | 11111011 | 10011 | 1100100 | 0 | 10 | 100100000 | 1100011 | 110001 |
Color Harmonies of #CB01FB
Complementary color
Monochromatic Colors of #CB01FB
Black with #CB01FB
Text Example
Text Example
White with #CB01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01FB; }
p { color: rgb(203,1,251); }
H1.HeaderClassName
{
color: #CB01FB;
}
.AnyTagClassName
{
color: #CB01FB;
}
</style>
background-color css
<style>
a { background-color: #CB01FB; }
a { background-color: rgb(203,1,251); }
div.DivClassName
{
background-color: #CB01FB;
}
.BgClassName
{
background-color: #CB01FB;
}
</style>
border-color css
<style>
span { border-color: #CB01FB; }
span { border-color: rgb(203,1,251); }
td.TdClassName
{
border-color: #CB01FB;
}
.TagClassName
{
border-color: #CB01FB;
}
</style>