Shades of Electric Purple #CB12EF
Tints of Electric Purple #CB12EF
RGB
CMYK
RGB Variations
Color information
#CB12EF (or 0xCB12EF) is known color: Electric Purple. HEX triplet: CB, 12 and EF. RGB value is (203,18,239). Sum of RGB (Red+Green+Blue) = 203+18+239=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB12EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB12EF is #34ED10. Grayscale: #616161. Windows color (decimal): -3468561 or 15667915. OLE color: 15667915.
HSL color Cylindrical-coordinate representation of color #CB12EF: hue angle of 290.23º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB12EF is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 18 | 239 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.06 |
| HSL | 290.23º | 0.87% | 0.5% | - |
| HSV(B) | 290.23º | 0.92% | 0.94% | - |
| XYZ | 40.42 | 19.36 | 83.27 | - |
| YUV | 98.51 | 207.29 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 239 | 0.15 | 0.92 | 0 | 0.06 | 290.23 | 0.87 | 0.5 |
| Hex | CB | 12 | EF | F | 5C | 0 | 6 | 122 | 57 | 32 |
| Octal | 313 | 22 | 357 | 17 | 134 | 0 | 6 | 442 | 127 | 62 |
| Binary | 11001011 | 10010 | 11101111 | 1111 | 1011100 | 0 | 110 | 100100010 | 1010111 | 110010 |
Color Harmonies of #CB12EF
Complementary color
Monochromatic Colors of #CB12EF
Black with #CB12EF
Text Example
Text Example
White with #CB12EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12EF; }
p { color: rgb(203,18,239); }
H1.HeaderClassName
{
color: #CB12EF;
}
.AnyTagClassName
{
color: #CB12EF;
}
</style>
background-color css
<style>
a { background-color: #CB12EF; }
a { background-color: rgb(203,18,239); }
div.DivClassName
{
background-color: #CB12EF;
}
.BgClassName
{
background-color: #CB12EF;
}
</style>
border-color css
<style>
span { border-color: #CB12EF; }
span { border-color: rgb(203,18,239); }
td.TdClassName
{
border-color: #CB12EF;
}
.TagClassName
{
border-color: #CB12EF;
}
</style>