Shades of Electric Purple #CB12EC
Tints of Electric Purple #CB12EC
RGB
CMYK
RGB Variations
Color information
#CB12EC (or 0xCB12EC) is known color: Electric Purple. HEX triplet: CB, 12 and EC. RGB value is (203,18,236). Sum of RGB (Red+Green+Blue) = 203+18+236=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB12EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB12EC is #34ED13. Grayscale: #616161. Windows color (decimal): -3468564 or 15471307. OLE color: 15471307.
HSL color Cylindrical-coordinate representation of color #CB12EC: hue angle of 290.92º degrees, saturation: 0.86, 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 #CB12EC is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 18 | 236 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.07 |
| HSL | 290.92º | 0.86% | 0.5% | - |
| HSV(B) | 290.92º | 0.92% | 0.93% | - |
| XYZ | 39.99 | 19.19 | 80.95 | - |
| YUV | 98.17 | 205.79 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 236 | 0.14 | 0.92 | 0 | 0.07 | 290.92 | 0.86 | 0.5 |
| Hex | CB | 12 | EC | E | 5C | 0 | 7 | 123 | 56 | 32 |
| Octal | 313 | 22 | 354 | 16 | 134 | 0 | 7 | 443 | 126 | 62 |
| Binary | 11001011 | 10010 | 11101100 | 1110 | 1011100 | 0 | 111 | 100100011 | 1010110 | 110010 |
Color Harmonies of #CB12EC
Complementary color
Monochromatic Colors of #CB12EC
Black with #CB12EC
Text Example
Text Example
White with #CB12EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12EC; }
p { color: rgb(203,18,236); }
H1.HeaderClassName
{
color: #CB12EC;
}
.AnyTagClassName
{
color: #CB12EC;
}
</style>
background-color css
<style>
a { background-color: #CB12EC; }
a { background-color: rgb(203,18,236); }
div.DivClassName
{
background-color: #CB12EC;
}
.BgClassName
{
background-color: #CB12EC;
}
</style>
border-color css
<style>
span { border-color: #CB12EC; }
span { border-color: rgb(203,18,236); }
td.TdClassName
{
border-color: #CB12EC;
}
.TagClassName
{
border-color: #CB12EC;
}
</style>