Shades of Electric Purple #CB1FEC
Tints of Electric Purple #CB1FEC
RGB
CMYK
RGB Variations
Color information
#CB1FEC (or 0xCB1FEC) is known color: Electric Purple. HEX triplet: CB, 1F and EC. RGB value is (203,31,236). Sum of RGB (Red+Green+Blue) = 203+31+236=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB1FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1FEC is #34E013. Grayscale: #696969. Windows color (decimal): -3465236 or 15474635. OLE color: 15474635.
HSL color Cylindrical-coordinate representation of color #CB1FEC: hue angle of 290.34º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1FEC is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 31 | 236 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.07 |
| HSL | 290.34º | 0.84% | 0.52% | - |
| HSV(B) | 290.34º | 0.87% | 0.93% | - |
| XYZ | 40.26 | 19.73 | 81.04 | - |
| YUV | 105.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 236 | 0.14 | 0.87 | 0 | 0.07 | 290.34 | 0.84 | 0.52 |
| Hex | CB | 1F | EC | E | 57 | 0 | 7 | 122 | 54 | 34 |
| Octal | 313 | 37 | 354 | 16 | 127 | 0 | 7 | 442 | 124 | 64 |
| Binary | 11001011 | 11111 | 11101100 | 1110 | 1010111 | 0 | 111 | 100100010 | 1010100 | 110100 |
Color Harmonies of #CB1FEC
Complementary color
Monochromatic Colors of #CB1FEC
Black with #CB1FEC
Text Example
Text Example
White with #CB1FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1FEC; }
p { color: rgb(203,31,236); }
H1.HeaderClassName
{
color: #CB1FEC;
}
.AnyTagClassName
{
color: #CB1FEC;
}
</style>
background-color css
<style>
a { background-color: #CB1FEC; }
a { background-color: rgb(203,31,236); }
div.DivClassName
{
background-color: #CB1FEC;
}
.BgClassName
{
background-color: #CB1FEC;
}
</style>
border-color css
<style>
span { border-color: #CB1FEC; }
span { border-color: rgb(203,31,236); }
td.TdClassName
{
border-color: #CB1FEC;
}
.TagClassName
{
border-color: #CB1FEC;
}
</style>