Shades of Electric Purple #CC24FF
Tints of Electric Purple #CC24FF
RGB
CMYK
RGB Variations
Color information
#CC24FF (or 0xCC24FF) is known color: Electric Purple. HEX triplet: CC, 24 and FF. RGB value is (204,36,255). Sum of RGB (Red+Green+Blue) = 204+36+255=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC24FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC24FF is #33DB00. Grayscale: #6E6E6E. Windows color (decimal): -3398401 or 16721100. OLE color: 16721100.
HSL color Cylindrical-coordinate representation of color #CC24FF: hue angle of 286.03º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC24FF is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 36 | 255 | - |
| CMYK | 0.2 | 0.86 | 0 | 0 |
| HSL | 286.03º | 1% | 0.57% | - |
| HSV(B) | 286.03º | 0.86% | 1% | - |
| XYZ | 43.58 | 21.32 | 96.43 | - |
| YUV | 111.2 | 209.16 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 255 | 0.2 | 0.86 | 0 | 0 | 286.03 | 1 | 0.57 |
| Hex | CC | 24 | FF | 14 | 56 | 0 | 0 | 11E | 64 | 39 |
| Octal | 314 | 44 | 377 | 24 | 126 | 0 | 0 | 436 | 144 | 71 |
| Binary | 11001100 | 100100 | 11111111 | 10100 | 1010110 | 0 | 0 | 100011110 | 1100100 | 111001 |
Color Harmonies of #CC24FF
Complementary color
Monochromatic Colors of #CC24FF
Black with #CC24FF
Text Example
Text Example
White with #CC24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC24FF; }
p { color: rgb(204,36,255); }
H1.HeaderClassName
{
color: #CC24FF;
}
.AnyTagClassName
{
color: #CC24FF;
}
</style>
background-color css
<style>
a { background-color: #CC24FF; }
a { background-color: rgb(204,36,255); }
div.DivClassName
{
background-color: #CC24FF;
}
.BgClassName
{
background-color: #CC24FF;
}
</style>
border-color css
<style>
span { border-color: #CC24FF; }
span { border-color: rgb(204,36,255); }
td.TdClassName
{
border-color: #CC24FF;
}
.TagClassName
{
border-color: #CC24FF;
}
</style>