Shades of Electric Purple #CB02FB
Tints of Electric Purple #CB02FB
RGB
CMYK
RGB Variations
Color information
#CB02FB (or 0xCB02FB) is known color: Electric Purple. HEX triplet: CB, 02 and FB. RGB value is (203,2,251). Sum of RGB (Red+Green+Blue) = 203+2+251=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB02FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB02FB is #34FD04. Grayscale: #595959. Windows color (decimal): -3472645 or 16450251. OLE color: 16450251.
HSL color Cylindrical-coordinate representation of color #CB02FB: hue angle of 288.43º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB02FB is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 2 | 251 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.02 |
| HSL | 288.43º | 0.98% | 0.5% | - |
| HSV(B) | 288.43º | 0.99% | 0.98% | - |
| XYZ | 42.06 | 19.7 | 92.85 | - |
| YUV | 90.49 | 218.59 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 251 | 0.19 | 0.99 | 0 | 0.02 | 288.43 | 0.98 | 0.5 |
| Hex | CB | 2 | FB | 13 | 63 | 0 | 2 | 120 | 62 | 32 |
| Octal | 313 | 2 | 373 | 23 | 143 | 0 | 2 | 440 | 142 | 62 |
| Binary | 11001011 | 10 | 11111011 | 10011 | 1100011 | 0 | 10 | 100100000 | 1100010 | 110010 |
Color Harmonies of #CB02FB
Complementary color
Monochromatic Colors of #CB02FB
Black with #CB02FB
Text Example
Text Example
White with #CB02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02FB; }
p { color: rgb(203,2,251); }
H1.HeaderClassName
{
color: #CB02FB;
}
.AnyTagClassName
{
color: #CB02FB;
}
</style>
background-color css
<style>
a { background-color: #CB02FB; }
a { background-color: rgb(203,2,251); }
div.DivClassName
{
background-color: #CB02FB;
}
.BgClassName
{
background-color: #CB02FB;
}
</style>
border-color css
<style>
span { border-color: #CB02FB; }
span { border-color: rgb(203,2,251); }
td.TdClassName
{
border-color: #CB02FB;
}
.TagClassName
{
border-color: #CB02FB;
}
</style>