Shades of Electric Purple #CB03FF
Tints of Electric Purple #CB03FF
RGB
CMYK
RGB Variations
Color information
#CB03FF (or 0xCB03FF) is known color: Electric Purple. HEX triplet: CB, 03 and FF. RGB value is (203,3,255). Sum of RGB (Red+Green+Blue) = 203+3+255=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 3 (1.56% from 255 or 0.65% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB03FF is #34FC00. Grayscale: #5A5A5A. Windows color (decimal): -3472385 or 16712651. OLE color: 16712651.
HSL color Cylindrical-coordinate representation of color #CB03FF: hue angle of 287.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03FF is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 3 | 255 | - |
| CMYK | 0.20 | 0.99 | 0 | 0 |
| HSL | 287.62º | 1% | 0.51% | - |
| HSV(B) | 287.62º | 0.99% | 1% | - |
| XYZ | 42.71 | 19.98 | 96.21 | - |
| YUV | 91.53 | 220.26 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 255 | 0.20 | 0.99 | 0 | 0 | 287.62 | 1 | 0.51 |
| Hex | CB | 3 | FF | 14 | 63 | 0 | 0 | 120 | 64 | 33 |
| Octal | 313 | 3 | 377 | 24 | 143 | 0 | 0 | 440 | 144 | 63 |
| Binary | 11001011 | 11 | 11111111 | 10100 | 1100011 | 0 | 0 | 100100000 | 1100100 | 110011 |
Color Harmonies of #CB03FF
Complementary color
Monochromatic Colors of #CB03FF
Black with #CB03FF
Text Example
Text Example
White with #CB03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03FF; }
p { color: rgb(203,3,255); }
H1.HeaderClassName
{
color: #CB03FF;
}
.AnyTagClassName
{
color: #CB03FF;
}
</style>
background-color css
<style>
a { background-color: #CB03FF; }
a { background-color: rgb(203,3,255); }
div.DivClassName
{
background-color: #CB03FF;
}
.BgClassName
{
background-color: #CB03FF;
}
</style>
border-color css
<style>
span { border-color: #CB03FF; }
span { border-color: rgb(203,3,255); }
td.TdClassName
{
border-color: #CB03FF;
}
.TagClassName
{
border-color: #CB03FF;
}
</style>