Shades of Electric Purple #CB2EF2
Tints of Electric Purple #CB2EF2
RGB
CMYK
RGB Variations
Color information
#CB2EF2 (or 0xCB2EF2) is known color: Electric Purple. HEX triplet: CB, 2E and F2. RGB value is (203,46,242). Sum of RGB (Red+Green+Blue) = 203+46+242=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB2EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2EF2 is #34D10D. Grayscale: #727272. Windows color (decimal): -3461390 or 15871691. OLE color: 15871691.
HSL color Cylindrical-coordinate representation of color #CB2EF2: hue angle of 288.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2EF2 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 46 | 242 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.05 |
| HSL | 288.06º | 0.88% | 0.56% | - |
| HSV(B) | 288.06º | 0.81% | 0.95% | - |
| XYZ | 41.63 | 21.06 | 85.88 | - |
| YUV | 115.29 | 199.51 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 242 | 0.16 | 0.81 | 0 | 0.05 | 288.06 | 0.88 | 0.56 |
| Hex | CB | 2E | F2 | 10 | 51 | 0 | 5 | 120 | 58 | 38 |
| Octal | 313 | 56 | 362 | 20 | 121 | 0 | 5 | 440 | 130 | 70 |
| Binary | 11001011 | 101110 | 11110010 | 10000 | 1010001 | 0 | 101 | 100100000 | 1011000 | 111000 |
Color Harmonies of #CB2EF2
Complementary color
Monochromatic Colors of #CB2EF2
Black with #CB2EF2
Text Example
Text Example
White with #CB2EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EF2; }
p { color: rgb(203,46,242); }
H1.HeaderClassName
{
color: #CB2EF2;
}
.AnyTagClassName
{
color: #CB2EF2;
}
</style>
background-color css
<style>
a { background-color: #CB2EF2; }
a { background-color: rgb(203,46,242); }
div.DivClassName
{
background-color: #CB2EF2;
}
.BgClassName
{
background-color: #CB2EF2;
}
</style>
border-color css
<style>
span { border-color: #CB2EF2; }
span { border-color: rgb(203,46,242); }
td.TdClassName
{
border-color: #CB2EF2;
}
.TagClassName
{
border-color: #CB2EF2;
}
</style>