Shades of Electric Purple #CB04FF
Tints of Electric Purple #CB04FF
RGB
CMYK
RGB Variations
Color information
#CB04FF (or 0xCB04FF) is known color: Electric Purple. HEX triplet: CB, 04 and FF. RGB value is (203,4,255). Sum of RGB (Red+Green+Blue) = 203+4+255=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 4 (1.95% from 255 or 0.87% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB04FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB04FF is #34FB00. Grayscale: #5B5B5B. Windows color (decimal): -3472129 or 16712907. OLE color: 16712907.
HSL color Cylindrical-coordinate representation of color #CB04FF: hue angle of 287.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04FF is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 4 | 255 | - |
| CMYK | 0.20 | 0.98 | 0 | 0 |
| HSL | 287.57º | 1% | 0.51% | - |
| HSV(B) | 287.57º | 0.98% | 1% | - |
| XYZ | 42.72 | 20 | 96.22 | - |
| YUV | 92.12 | 219.93 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 255 | 0.20 | 0.98 | 0 | 0 | 287.57 | 1 | 0.51 |
| Hex | CB | 4 | FF | 14 | 62 | 0 | 0 | 120 | 64 | 33 |
| Octal | 313 | 4 | 377 | 24 | 142 | 0 | 0 | 440 | 144 | 63 |
| Binary | 11001011 | 100 | 11111111 | 10100 | 1100010 | 0 | 0 | 100100000 | 1100100 | 110011 |
Color Harmonies of #CB04FF
Complementary color
Monochromatic Colors of #CB04FF
Black with #CB04FF
Text Example
Text Example
White with #CB04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04FF; }
p { color: rgb(203,4,255); }
H1.HeaderClassName
{
color: #CB04FF;
}
.AnyTagClassName
{
color: #CB04FF;
}
</style>
background-color css
<style>
a { background-color: #CB04FF; }
a { background-color: rgb(203,4,255); }
div.DivClassName
{
background-color: #CB04FF;
}
.BgClassName
{
background-color: #CB04FF;
}
</style>
border-color css
<style>
span { border-color: #CB04FF; }
span { border-color: rgb(203,4,255); }
td.TdClassName
{
border-color: #CB04FF;
}
.TagClassName
{
border-color: #CB04FF;
}
</style>