Shades of Electric Purple #CC11FF
Tints of Electric Purple #CC11FF
RGB
CMYK
RGB Variations
Color information
#CC11FF (or 0xCC11FF) is known color: Electric Purple. HEX triplet: CC, 11 and FF. RGB value is (204,17,255). Sum of RGB (Red+Green+Blue) = 204+17+255=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11FF is #33EE00. Grayscale: #636363. Windows color (decimal): -3403265 or 16716236. OLE color: 16716236.
HSL color Cylindrical-coordinate representation of color #CC11FF: hue angle of 287.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC11FF is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 17 | 255 | - |
| CMYK | 0.2 | 0.93 | 0 | 0 |
| HSL | 287.14º | 1% | 0.53% | - |
| HSV(B) | 287.14º | 0.93% | 1% | - |
| XYZ | 43.15 | 20.46 | 96.28 | - |
| YUV | 100.05 | 215.45 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 255 | 0.2 | 0.93 | 0 | 0 | 287.14 | 1 | 0.53 |
| Hex | CC | 11 | FF | 14 | 5D | 0 | 0 | 11F | 64 | 35 |
| Octal | 314 | 21 | 377 | 24 | 135 | 0 | 0 | 437 | 144 | 65 |
| Binary | 11001100 | 10001 | 11111111 | 10100 | 1011101 | 0 | 0 | 100011111 | 1100100 | 110101 |
Color Harmonies of #CC11FF
Complementary color
Monochromatic Colors of #CC11FF
Black with #CC11FF
Text Example
Text Example
White with #CC11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11FF; }
p { color: rgb(204,17,255); }
H1.HeaderClassName
{
color: #CC11FF;
}
.AnyTagClassName
{
color: #CC11FF;
}
</style>
background-color css
<style>
a { background-color: #CC11FF; }
a { background-color: rgb(204,17,255); }
div.DivClassName
{
background-color: #CC11FF;
}
.BgClassName
{
background-color: #CC11FF;
}
</style>
border-color css
<style>
span { border-color: #CC11FF; }
span { border-color: rgb(204,17,255); }
td.TdClassName
{
border-color: #CC11FF;
}
.TagClassName
{
border-color: #CC11FF;
}
</style>