Shades of Electric Purple #CB1EF2
Tints of Electric Purple #CB1EF2
RGB
CMYK
RGB Variations
Color information
#CB1EF2 (or 0xCB1EF2) is known color: Electric Purple. HEX triplet: CB, 1E and F2. RGB value is (203,30,242). Sum of RGB (Red+Green+Blue) = 203+30+242=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB1EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1EF2 is #34E10D. Grayscale: #696969. Windows color (decimal): -3465486 or 15867595. OLE color: 15867595.
HSL color Cylindrical-coordinate representation of color #CB1EF2: hue angle of 288.96º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1EF2 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 30 | 242 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.05 |
| HSL | 288.96º | 0.89% | 0.53% | - |
| HSV(B) | 288.96º | 0.88% | 0.95% | - |
| XYZ | 41.12 | 20.04 | 85.7 | - |
| YUV | 105.9 | 204.81 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 242 | 0.16 | 0.88 | 0 | 0.05 | 288.96 | 0.89 | 0.53 |
| Hex | CB | 1E | F2 | 10 | 58 | 0 | 5 | 121 | 59 | 35 |
| Octal | 313 | 36 | 362 | 20 | 130 | 0 | 5 | 441 | 131 | 65 |
| Binary | 11001011 | 11110 | 11110010 | 10000 | 1011000 | 0 | 101 | 100100001 | 1011001 | 110101 |
Color Harmonies of #CB1EF2
Complementary color
Monochromatic Colors of #CB1EF2
Black with #CB1EF2
Text Example
Text Example
White with #CB1EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1EF2; }
p { color: rgb(203,30,242); }
H1.HeaderClassName
{
color: #CB1EF2;
}
.AnyTagClassName
{
color: #CB1EF2;
}
</style>
background-color css
<style>
a { background-color: #CB1EF2; }
a { background-color: rgb(203,30,242); }
div.DivClassName
{
background-color: #CB1EF2;
}
.BgClassName
{
background-color: #CB1EF2;
}
</style>
border-color css
<style>
span { border-color: #CB1EF2; }
span { border-color: rgb(203,30,242); }
td.TdClassName
{
border-color: #CB1EF2;
}
.TagClassName
{
border-color: #CB1EF2;
}
</style>