Shades of Electric Purple #CB0FEC
Tints of Electric Purple #CB0FEC
RGB
CMYK
RGB Variations
Color information
#CB0FEC (or 0xCB0FEC) is known color: Electric Purple. HEX triplet: CB, 0F and EC. RGB value is (203,15,236). Sum of RGB (Red+Green+Blue) = 203+15+236=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB0FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0FEC is #34F013. Grayscale: #5F5F5F. Windows color (decimal): -3469332 or 15470539. OLE color: 15470539.
HSL color Cylindrical-coordinate representation of color #CB0FEC: hue angle of 291.04º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0FEC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 15 | 236 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.07 |
| HSL | 291.04º | 0.88% | 0.49% | - |
| HSV(B) | 291.04º | 0.94% | 0.93% | - |
| XYZ | 39.94 | 19.09 | 80.94 | - |
| YUV | 96.41 | 206.78 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 236 | 0.14 | 0.94 | 0 | 0.07 | 291.04 | 0.88 | 0.49 |
| Hex | CB | F | EC | E | 5E | 0 | 7 | 123 | 58 | 31 |
| Octal | 313 | 17 | 354 | 16 | 136 | 0 | 7 | 443 | 130 | 61 |
| Binary | 11001011 | 1111 | 11101100 | 1110 | 1011110 | 0 | 111 | 100100011 | 1011000 | 110001 |
Color Harmonies of #CB0FEC
Complementary color
Monochromatic Colors of #CB0FEC
Black with #CB0FEC
Text Example
Text Example
White with #CB0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FEC; }
p { color: rgb(203,15,236); }
H1.HeaderClassName
{
color: #CB0FEC;
}
.AnyTagClassName
{
color: #CB0FEC;
}
</style>
background-color css
<style>
a { background-color: #CB0FEC; }
a { background-color: rgb(203,15,236); }
div.DivClassName
{
background-color: #CB0FEC;
}
.BgClassName
{
background-color: #CB0FEC;
}
</style>
border-color css
<style>
span { border-color: #CB0FEC; }
span { border-color: rgb(203,15,236); }
td.TdClassName
{
border-color: #CB0FEC;
}
.TagClassName
{
border-color: #CB0FEC;
}
</style>