Shades of Electric Purple #CB05FA
Tints of Electric Purple #CB05FA
RGB
CMYK
RGB Variations
Color information
#CB05FA (or 0xCB05FA) is known color: Electric Purple. HEX triplet: CB, 05 and FA. RGB value is (203,5,250). Sum of RGB (Red+Green+Blue) = 203+5+250=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB05FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB05FA is #34FA05. Grayscale: #5B5B5B. Windows color (decimal): -3471878 or 16385483. OLE color: 16385483.
HSL color Cylindrical-coordinate representation of color #CB05FA: hue angle of 288.49º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05FA is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 5 | 250 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.02 |
| HSL | 288.49º | 0.96% | 0.5% | - |
| HSV(B) | 288.49º | 0.98% | 0.98% | - |
| XYZ | 41.94 | 19.71 | 92.04 | - |
| YUV | 92.13 | 217.1 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 250 | 0.19 | 0.98 | 0 | 0.02 | 288.49 | 0.96 | 0.5 |
| Hex | CB | 5 | FA | 13 | 62 | 0 | 2 | 120 | 60 | 32 |
| Octal | 313 | 5 | 372 | 23 | 142 | 0 | 2 | 440 | 140 | 62 |
| Binary | 11001011 | 101 | 11111010 | 10011 | 1100010 | 0 | 10 | 100100000 | 1100000 | 110010 |
Color Harmonies of #CB05FA
Complementary color
Monochromatic Colors of #CB05FA
Black with #CB05FA
Text Example
Text Example
White with #CB05FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05FA; }
p { color: rgb(203,5,250); }
H1.HeaderClassName
{
color: #CB05FA;
}
.AnyTagClassName
{
color: #CB05FA;
}
</style>
background-color css
<style>
a { background-color: #CB05FA; }
a { background-color: rgb(203,5,250); }
div.DivClassName
{
background-color: #CB05FA;
}
.BgClassName
{
background-color: #CB05FA;
}
</style>
border-color css
<style>
span { border-color: #CB05FA; }
span { border-color: rgb(203,5,250); }
td.TdClassName
{
border-color: #CB05FA;
}
.TagClassName
{
border-color: #CB05FA;
}
</style>