Shades of Electric Purple #CB04FA
Tints of Electric Purple #CB04FA
RGB
CMYK
RGB Variations
Color information
#CB04FA (or 0xCB04FA) is known color: Electric Purple. HEX triplet: CB, 04 and FA. RGB value is (203,4,250). Sum of RGB (Red+Green+Blue) = 203+4+250=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 4 (1.95% from 255 or 0.88% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB04FA is #34FB05. Grayscale: #5A5A5A. Windows color (decimal): -3472134 or 16385227. OLE color: 16385227.
HSL color Cylindrical-coordinate representation of color #CB04FA: hue angle of 288.54º degrees, saturation: 0.97, 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 #CB04FA is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 4 | 250 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.02 |
| HSL | 288.54º | 0.97% | 0.5% | - |
| HSV(B) | 288.54º | 0.98% | 0.98% | - |
| XYZ | 41.93 | 19.69 | 92.03 | - |
| YUV | 91.55 | 217.43 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 250 | 0.19 | 0.98 | 0 | 0.02 | 288.54 | 0.97 | 0.5 |
| Hex | CB | 4 | FA | 13 | 62 | 0 | 2 | 121 | 61 | 32 |
| Octal | 313 | 4 | 372 | 23 | 142 | 0 | 2 | 441 | 141 | 62 |
| Binary | 11001011 | 100 | 11111010 | 10011 | 1100010 | 0 | 10 | 100100001 | 1100001 | 110010 |
Color Harmonies of #CB04FA
Complementary color
Monochromatic Colors of #CB04FA
Black with #CB04FA
Text Example
Text Example
White with #CB04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04FA; }
p { color: rgb(203,4,250); }
H1.HeaderClassName
{
color: #CB04FA;
}
.AnyTagClassName
{
color: #CB04FA;
}
</style>
background-color css
<style>
a { background-color: #CB04FA; }
a { background-color: rgb(203,4,250); }
div.DivClassName
{
background-color: #CB04FA;
}
.BgClassName
{
background-color: #CB04FA;
}
</style>
border-color css
<style>
span { border-color: #CB04FA; }
span { border-color: rgb(203,4,250); }
td.TdClassName
{
border-color: #CB04FA;
}
.TagClassName
{
border-color: #CB04FA;
}
</style>