Shades of Electric Purple #CC24FE
Tints of Electric Purple #CC24FE
RGB
CMYK
RGB Variations
Color information
#CC24FE (or 0xCC24FE) is known color: Electric Purple. HEX triplet: CC, 24 and FE. RGB value is (204,36,254). Sum of RGB (Red+Green+Blue) = 204+36+254=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 36 (14.45% from 255 or 7.29% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC24FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC24FE is #33DB01. Grayscale: #6E6E6E. Windows color (decimal): -3398402 or 16655564. OLE color: 16655564.
HSL color Cylindrical-coordinate representation of color #CC24FE: hue angle of 286.24º 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 #CC24FE is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 36 | 254 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.00 |
| HSL | 286.24º | 0.99% | 0.57% | - |
| HSV(B) | 286.24º | 0.86% | 1% | - |
| XYZ | 43.42 | 21.25 | 95.58 | - |
| YUV | 111.08 | 208.66 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 254 | 0.20 | 0.86 | 0 | 0.00 | 286.24 | 0.99 | 0.57 |
| Hex | CC | 24 | FE | 14 | 56 | 0 | 0 | 11E | 63 | 39 |
| Octal | 314 | 44 | 376 | 24 | 126 | 0 | 0 | 436 | 143 | 71 |
| Binary | 11001100 | 100100 | 11111110 | 10100 | 1010110 | 0 | 0 | 100011110 | 1100011 | 111001 |
Color Harmonies of #CC24FE
Complementary color
Monochromatic Colors of #CC24FE
Black with #CC24FE
Text Example
Text Example
White with #CC24FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC24FE; }
p { color: rgb(204,36,254); }
H1.HeaderClassName
{
color: #CC24FE;
}
.AnyTagClassName
{
color: #CC24FE;
}
</style>
background-color css
<style>
a { background-color: #CC24FE; }
a { background-color: rgb(204,36,254); }
div.DivClassName
{
background-color: #CC24FE;
}
.BgClassName
{
background-color: #CC24FE;
}
</style>
border-color css
<style>
span { border-color: #CC24FE; }
span { border-color: rgb(204,36,254); }
td.TdClassName
{
border-color: #CC24FE;
}
.TagClassName
{
border-color: #CC24FE;
}
</style>