Shades of Electric Purple #CB24EF
Tints of Electric Purple #CB24EF
RGB
CMYK
RGB Variations
Color information
#CB24EF (or 0xCB24EF) is known color: Electric Purple. HEX triplet: CB, 24 and EF. RGB value is (203,36,239). Sum of RGB (Red+Green+Blue) = 203+36+239=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB24EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB24EF is #34DB10. Grayscale: #6C6C6C. Windows color (decimal): -3463953 or 15672523. OLE color: 15672523.
HSL color Cylindrical-coordinate representation of color #CB24EF: hue angle of 289.36º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB24EF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 36 | 239 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.06 |
| HSL | 289.36º | 0.86% | 0.54% | - |
| HSV(B) | 289.36º | 0.85% | 0.94% | - |
| XYZ | 40.84 | 20.19 | 83.41 | - |
| YUV | 109.08 | 201.33 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 239 | 0.15 | 0.85 | 0 | 0.06 | 289.36 | 0.86 | 0.54 |
| Hex | CB | 24 | EF | F | 55 | 0 | 6 | 121 | 56 | 36 |
| Octal | 313 | 44 | 357 | 17 | 125 | 0 | 6 | 441 | 126 | 66 |
| Binary | 11001011 | 100100 | 11101111 | 1111 | 1010101 | 0 | 110 | 100100001 | 1010110 | 110110 |
Color Harmonies of #CB24EF
Complementary color
Monochromatic Colors of #CB24EF
Black with #CB24EF
Text Example
Text Example
White with #CB24EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24EF; }
p { color: rgb(203,36,239); }
H1.HeaderClassName
{
color: #CB24EF;
}
.AnyTagClassName
{
color: #CB24EF;
}
</style>
background-color css
<style>
a { background-color: #CB24EF; }
a { background-color: rgb(203,36,239); }
div.DivClassName
{
background-color: #CB24EF;
}
.BgClassName
{
background-color: #CB24EF;
}
</style>
border-color css
<style>
span { border-color: #CB24EF; }
span { border-color: rgb(203,36,239); }
td.TdClassName
{
border-color: #CB24EF;
}
.TagClassName
{
border-color: #CB24EF;
}
</style>