Shades of Electric Purple #CB02FA
Tints of Electric Purple #CB02FA
RGB
CMYK
RGB Variations
Color information
#CB02FA (or 0xCB02FA) is known color: Electric Purple. HEX triplet: CB, 02 and FA. RGB value is (203,2,250). Sum of RGB (Red+Green+Blue) = 203+2+250=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB02FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB02FA is #34FD05. Grayscale: #595959. Windows color (decimal): -3472646 or 16384715. OLE color: 16384715.
HSL color Cylindrical-coordinate representation of color #CB02FA: hue angle of 288.63º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB02FA is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 2 | 250 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.02 |
| HSL | 288.63º | 0.98% | 0.49% | - |
| HSV(B) | 288.63º | 0.99% | 0.98% | - |
| XYZ | 41.91 | 19.64 | 92.03 | - |
| YUV | 90.37 | 218.09 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 250 | 0.19 | 0.99 | 0 | 0.02 | 288.63 | 0.98 | 0.49 |
| Hex | CB | 2 | FA | 13 | 63 | 0 | 2 | 121 | 62 | 31 |
| Octal | 313 | 2 | 372 | 23 | 143 | 0 | 2 | 441 | 142 | 61 |
| Binary | 11001011 | 10 | 11111010 | 10011 | 1100011 | 0 | 10 | 100100001 | 1100010 | 110001 |
Color Harmonies of #CB02FA
Complementary color
Monochromatic Colors of #CB02FA
Black with #CB02FA
Text Example
Text Example
White with #CB02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02FA; }
p { color: rgb(203,2,250); }
H1.HeaderClassName
{
color: #CB02FA;
}
.AnyTagClassName
{
color: #CB02FA;
}
</style>
background-color css
<style>
a { background-color: #CB02FA; }
a { background-color: rgb(203,2,250); }
div.DivClassName
{
background-color: #CB02FA;
}
.BgClassName
{
background-color: #CB02FA;
}
</style>
border-color css
<style>
span { border-color: #CB02FA; }
span { border-color: rgb(203,2,250); }
td.TdClassName
{
border-color: #CB02FA;
}
.TagClassName
{
border-color: #CB02FA;
}
</style>