Shades of Electric Purple #CB24E9
Tints of Electric Purple #CB24E9
RGB
CMYK
RGB Variations
Color information
#CB24E9 (or 0xCB24E9) is known color: Electric Purple. HEX triplet: CB, 24 and E9. RGB value is (203,36,233). Sum of RGB (Red+Green+Blue) = 203+36+233=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB24E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB24E9 is #34DB16. Grayscale: #6B6B6B. Windows color (decimal): -3463959 or 15279307. OLE color: 15279307.
HSL color Cylindrical-coordinate representation of color #CB24E9: hue angle of 290.86º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB24E9 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 36 | 233 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.09 |
| HSL | 290.86º | 0.82% | 0.53% | - |
| HSV(B) | 290.86º | 0.85% | 0.91% | - |
| XYZ | 39.97 | 19.84 | 78.81 | - |
| YUV | 108.39 | 198.33 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 233 | 0.13 | 0.85 | 0 | 0.09 | 290.86 | 0.82 | 0.53 |
| Hex | CB | 24 | E9 | D | 55 | 0 | 9 | 123 | 52 | 35 |
| Octal | 313 | 44 | 351 | 15 | 125 | 0 | 11 | 443 | 122 | 65 |
| Binary | 11001011 | 100100 | 11101001 | 1101 | 1010101 | 0 | 1001 | 100100011 | 1010010 | 110101 |
Color Harmonies of #CB24E9
Complementary color
Monochromatic Colors of #CB24E9
Black with #CB24E9
Text Example
Text Example
White with #CB24E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24E9; }
p { color: rgb(203,36,233); }
H1.HeaderClassName
{
color: #CB24E9;
}
.AnyTagClassName
{
color: #CB24E9;
}
</style>
background-color css
<style>
a { background-color: #CB24E9; }
a { background-color: rgb(203,36,233); }
div.DivClassName
{
background-color: #CB24E9;
}
.BgClassName
{
background-color: #CB24E9;
}
</style>
border-color css
<style>
span { border-color: #CB24E9; }
span { border-color: rgb(203,36,233); }
td.TdClassName
{
border-color: #CB24E9;
}
.TagClassName
{
border-color: #CB24E9;
}
</style>