Shades of Electric Purple #CB01FA
Tints of Electric Purple #CB01FA
RGB
CMYK
RGB Variations
Color information
#CB01FA (or 0xCB01FA) is known color: Electric Purple. HEX triplet: CB, 01 and FA. RGB value is (203,1,250). Sum of RGB (Red+Green+Blue) = 203+1+250=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB01FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB01FA is #34FE05. Grayscale: #585858. Windows color (decimal): -3472902 or 16384459. OLE color: 16384459.
HSL color Cylindrical-coordinate representation of color #CB01FA: hue angle of 288.67º 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 #CB01FA is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 1 | 250 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.02 |
| HSL | 288.67º | 0.99% | 0.49% | - |
| HSV(B) | 288.67º | 1% | 0.98% | - |
| XYZ | 41.89 | 19.62 | 92.02 | - |
| YUV | 89.78 | 218.42 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 250 | 0.19 | 1.00 | 0 | 0.02 | 288.67 | 0.99 | 0.49 |
| Hex | CB | 1 | FA | 13 | 64 | 0 | 2 | 121 | 63 | 31 |
| Octal | 313 | 1 | 372 | 23 | 144 | 0 | 2 | 441 | 143 | 61 |
| Binary | 11001011 | 1 | 11111010 | 10011 | 1100100 | 0 | 10 | 100100001 | 1100011 | 110001 |
Color Harmonies of #CB01FA
Complementary color
Monochromatic Colors of #CB01FA
Black with #CB01FA
Text Example
Text Example
White with #CB01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01FA; }
p { color: rgb(203,1,250); }
H1.HeaderClassName
{
color: #CB01FA;
}
.AnyTagClassName
{
color: #CB01FA;
}
</style>
background-color css
<style>
a { background-color: #CB01FA; }
a { background-color: rgb(203,1,250); }
div.DivClassName
{
background-color: #CB01FA;
}
.BgClassName
{
background-color: #CB01FA;
}
</style>
border-color css
<style>
span { border-color: #CB01FA; }
span { border-color: rgb(203,1,250); }
td.TdClassName
{
border-color: #CB01FA;
}
.TagClassName
{
border-color: #CB01FA;
}
</style>