Shades of Electric Purple #CB03ED
Tints of Electric Purple #CB03ED
RGB
CMYK
RGB Variations
Color information
#CB03ED (or 0xCB03ED) is known color: Electric Purple. HEX triplet: CB, 03 and ED. RGB value is (203,3,237). Sum of RGB (Red+Green+Blue) = 203+3+237=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB03ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB03ED is #34FC12. Grayscale: #585858. Windows color (decimal): -3472403 or 15533003. OLE color: 15533003.
HSL color Cylindrical-coordinate representation of color #CB03ED: hue angle of 291.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03ED is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 3 | 237 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.07 |
| HSL | 291.28º | 0.98% | 0.47% | - |
| HSV(B) | 291.28º | 0.99% | 0.93% | - |
| XYZ | 39.95 | 18.88 | 81.66 | - |
| YUV | 89.48 | 211.26 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 237 | 0.14 | 0.99 | 0 | 0.07 | 291.28 | 0.98 | 0.47 |
| Hex | CB | 3 | ED | E | 63 | 0 | 7 | 123 | 62 | 2F |
| Octal | 313 | 3 | 355 | 16 | 143 | 0 | 7 | 443 | 142 | 57 |
| Binary | 11001011 | 11 | 11101101 | 1110 | 1100011 | 0 | 111 | 100100011 | 1100010 | 101111 |
Color Harmonies of #CB03ED
Complementary color
Monochromatic Colors of #CB03ED
Black with #CB03ED
Text Example
Text Example
White with #CB03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03ED; }
p { color: rgb(203,3,237); }
H1.HeaderClassName
{
color: #CB03ED;
}
.AnyTagClassName
{
color: #CB03ED;
}
</style>
background-color css
<style>
a { background-color: #CB03ED; }
a { background-color: rgb(203,3,237); }
div.DivClassName
{
background-color: #CB03ED;
}
.BgClassName
{
background-color: #CB03ED;
}
</style>
border-color css
<style>
span { border-color: #CB03ED; }
span { border-color: rgb(203,3,237); }
td.TdClassName
{
border-color: #CB03ED;
}
.TagClassName
{
border-color: #CB03ED;
}
</style>