Shades of Electric Purple #CB13EC
Tints of Electric Purple #CB13EC
RGB
CMYK
RGB Variations
Color information
#CB13EC (or 0xCB13EC) is known color: Electric Purple. HEX triplet: CB, 13 and EC. RGB value is (203,19,236). Sum of RGB (Red+Green+Blue) = 203+19+236=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB13EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB13EC is #34EC13. Grayscale: #626262. Windows color (decimal): -3468308 or 15471563. OLE color: 15471563.
HSL color Cylindrical-coordinate representation of color #CB13EC: hue angle of 290.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB13EC is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 19 | 236 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.07 |
| HSL | 290.88º | 0.85% | 0.5% | - |
| HSV(B) | 290.88º | 0.92% | 0.93% | - |
| XYZ | 40 | 19.22 | 80.96 | - |
| YUV | 98.75 | 205.46 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 236 | 0.14 | 0.92 | 0 | 0.07 | 290.88 | 0.85 | 0.5 |
| Hex | CB | 13 | EC | E | 5C | 0 | 7 | 123 | 55 | 32 |
| Octal | 313 | 23 | 354 | 16 | 134 | 0 | 7 | 443 | 125 | 62 |
| Binary | 11001011 | 10011 | 11101100 | 1110 | 1011100 | 0 | 111 | 100100011 | 1010101 | 110010 |
Color Harmonies of #CB13EC
Complementary color
Monochromatic Colors of #CB13EC
Black with #CB13EC
Text Example
Text Example
White with #CB13EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13EC; }
p { color: rgb(203,19,236); }
H1.HeaderClassName
{
color: #CB13EC;
}
.AnyTagClassName
{
color: #CB13EC;
}
</style>
background-color css
<style>
a { background-color: #CB13EC; }
a { background-color: rgb(203,19,236); }
div.DivClassName
{
background-color: #CB13EC;
}
.BgClassName
{
background-color: #CB13EC;
}
</style>
border-color css
<style>
span { border-color: #CB13EC; }
span { border-color: rgb(203,19,236); }
td.TdClassName
{
border-color: #CB13EC;
}
.TagClassName
{
border-color: #CB13EC;
}
</style>