Shades of Electric Purple #CC15FF
Tints of Electric Purple #CC15FF
RGB
CMYK
RGB Variations
Color information
#CC15FF (or 0xCC15FF) is known color: Electric Purple. HEX triplet: CC, 15 and FF. RGB value is (204,21,255). Sum of RGB (Red+Green+Blue) = 204+21+255=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 21 (8.59% from 255 or 4.38% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15FF is #33EA00. Grayscale: #656565. Windows color (decimal): -3402241 or 16717260. OLE color: 16717260.
HSL color Cylindrical-coordinate representation of color #CC15FF: hue angle of 286.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC15FF is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 21 | 255 | - |
| CMYK | 0.2 | 0.92 | 0 | 0 |
| HSL | 286.92º | 1% | 0.54% | - |
| HSV(B) | 286.92º | 0.92% | 1% | - |
| XYZ | 43.22 | 20.59 | 96.3 | - |
| YUV | 102.39 | 214.13 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 255 | 0.2 | 0.92 | 0 | 0 | 286.92 | 1 | 0.54 |
| Hex | CC | 15 | FF | 14 | 5C | 0 | 0 | 11F | 64 | 36 |
| Octal | 314 | 25 | 377 | 24 | 134 | 0 | 0 | 437 | 144 | 66 |
| Binary | 11001100 | 10101 | 11111111 | 10100 | 1011100 | 0 | 0 | 100011111 | 1100100 | 110110 |
Color Harmonies of #CC15FF
Complementary color
Monochromatic Colors of #CC15FF
Black with #CC15FF
Text Example
Text Example
White with #CC15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15FF; }
p { color: rgb(204,21,255); }
H1.HeaderClassName
{
color: #CC15FF;
}
.AnyTagClassName
{
color: #CC15FF;
}
</style>
background-color css
<style>
a { background-color: #CC15FF; }
a { background-color: rgb(204,21,255); }
div.DivClassName
{
background-color: #CC15FF;
}
.BgClassName
{
background-color: #CC15FF;
}
</style>
border-color css
<style>
span { border-color: #CC15FF; }
span { border-color: rgb(204,21,255); }
td.TdClassName
{
border-color: #CC15FF;
}
.TagClassName
{
border-color: #CC15FF;
}
</style>