Shades of Electric Purple #CB24FE
Tints of Electric Purple #CB24FE
RGB
CMYK
RGB Variations
Color information
#CB24FE (or 0xCB24FE) is known color: Electric Purple. HEX triplet: CB, 24 and FE. RGB value is (203,36,254). Sum of RGB (Red+Green+Blue) = 203+36+254=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 36 (14.45% from 255 or 7.30% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB24FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB24FE is #34DB01. Grayscale: #6E6E6E. Windows color (decimal): -3463938 or 16655563. OLE color: 16655563.
HSL color Cylindrical-coordinate representation of color #CB24FE: hue angle of 285.96º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB24FE is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 36 | 254 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.00 |
| HSL | 285.96º | 0.99% | 0.57% | - |
| HSV(B) | 285.96º | 0.86% | 1% | - |
| XYZ | 43.15 | 21.11 | 95.57 | - |
| YUV | 110.79 | 208.83 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 254 | 0.20 | 0.86 | 0 | 0.00 | 285.96 | 0.99 | 0.57 |
| Hex | CB | 24 | FE | 14 | 56 | 0 | 0 | 11E | 63 | 39 |
| Octal | 313 | 44 | 376 | 24 | 126 | 0 | 0 | 436 | 143 | 71 |
| Binary | 11001011 | 100100 | 11111110 | 10100 | 1010110 | 0 | 0 | 100011110 | 1100011 | 111001 |
Color Harmonies of #CB24FE
Complementary color
Monochromatic Colors of #CB24FE
Black with #CB24FE
Text Example
Text Example
White with #CB24FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24FE; }
p { color: rgb(203,36,254); }
H1.HeaderClassName
{
color: #CB24FE;
}
.AnyTagClassName
{
color: #CB24FE;
}
</style>
background-color css
<style>
a { background-color: #CB24FE; }
a { background-color: rgb(203,36,254); }
div.DivClassName
{
background-color: #CB24FE;
}
.BgClassName
{
background-color: #CB24FE;
}
</style>
border-color css
<style>
span { border-color: #CB24FE; }
span { border-color: rgb(203,36,254); }
td.TdClassName
{
border-color: #CB24FE;
}
.TagClassName
{
border-color: #CB24FE;
}
</style>