Shades of Electric Purple #CB20EC
Tints of Electric Purple #CB20EC
RGB
CMYK
RGB Variations
Color information
#CB20EC (or 0xCB20EC) is known color: Electric Purple. HEX triplet: CB, 20 and EC. RGB value is (203,32,236). Sum of RGB (Red+Green+Blue) = 203+32+236=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB20EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB20EC is #34DF13. Grayscale: #696969. Windows color (decimal): -3464980 or 15474891. OLE color: 15474891.
HSL color Cylindrical-coordinate representation of color #CB20EC: hue angle of 290.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB20EC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 32 | 236 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.07 |
| HSL | 290.29º | 0.84% | 0.53% | - |
| HSV(B) | 290.29º | 0.86% | 0.93% | - |
| XYZ | 40.29 | 19.79 | 81.05 | - |
| YUV | 106.39 | 201.15 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 236 | 0.14 | 0.86 | 0 | 0.07 | 290.29 | 0.84 | 0.53 |
| Hex | CB | 20 | EC | E | 56 | 0 | 7 | 122 | 54 | 35 |
| Octal | 313 | 40 | 354 | 16 | 126 | 0 | 7 | 442 | 124 | 65 |
| Binary | 11001011 | 100000 | 11101100 | 1110 | 1010110 | 0 | 111 | 100100010 | 1010100 | 110101 |
Color Harmonies of #CB20EC
Complementary color
Monochromatic Colors of #CB20EC
Black with #CB20EC
Text Example
Text Example
White with #CB20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20EC; }
p { color: rgb(203,32,236); }
H1.HeaderClassName
{
color: #CB20EC;
}
.AnyTagClassName
{
color: #CB20EC;
}
</style>
background-color css
<style>
a { background-color: #CB20EC; }
a { background-color: rgb(203,32,236); }
div.DivClassName
{
background-color: #CB20EC;
}
.BgClassName
{
background-color: #CB20EC;
}
</style>
border-color css
<style>
span { border-color: #CB20EC; }
span { border-color: rgb(203,32,236); }
td.TdClassName
{
border-color: #CB20EC;
}
.TagClassName
{
border-color: #CB20EC;
}
</style>