Shades of Electric Purple #CB24EA
Tints of Electric Purple #CB24EA
RGB
CMYK
RGB Variations
Color information
#CB24EA (or 0xCB24EA) is known color: Electric Purple. HEX triplet: CB, 24 and EA. RGB value is (203,36,234). Sum of RGB (Red+Green+Blue) = 203+36+234=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB24EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB24EA is #34DB15. Grayscale: #6B6B6B. Windows color (decimal): -3463958 or 15344843. OLE color: 15344843.
HSL color Cylindrical-coordinate representation of color #CB24EA: hue angle of 290.61º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB24EA is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 36 | 234 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.08 |
| HSL | 290.61º | 0.83% | 0.53% | - |
| HSV(B) | 290.61º | 0.85% | 0.92% | - |
| XYZ | 40.11 | 19.9 | 79.57 | - |
| YUV | 108.51 | 198.83 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 234 | 0.13 | 0.85 | 0 | 0.08 | 290.61 | 0.83 | 0.53 |
| Hex | CB | 24 | EA | D | 55 | 0 | 8 | 123 | 52 | 35 |
| Octal | 313 | 44 | 352 | 15 | 125 | 0 | 10 | 443 | 122 | 65 |
| Binary | 11001011 | 100100 | 11101010 | 1101 | 1010101 | 0 | 1000 | 100100011 | 1010010 | 110101 |
Color Harmonies of #CB24EA
Complementary color
Monochromatic Colors of #CB24EA
Black with #CB24EA
Text Example
Text Example
White with #CB24EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24EA; }
p { color: rgb(203,36,234); }
H1.HeaderClassName
{
color: #CB24EA;
}
.AnyTagClassName
{
color: #CB24EA;
}
</style>
background-color css
<style>
a { background-color: #CB24EA; }
a { background-color: rgb(203,36,234); }
div.DivClassName
{
background-color: #CB24EA;
}
.BgClassName
{
background-color: #CB24EA;
}
</style>
border-color css
<style>
span { border-color: #CB24EA; }
span { border-color: rgb(203,36,234); }
td.TdClassName
{
border-color: #CB24EA;
}
.TagClassName
{
border-color: #CB24EA;
}
</style>