Shades of Electric Purple #CC11F6
Tints of Electric Purple #CC11F6
RGB
CMYK
RGB Variations
Color information
#CC11F6 (or 0xCC11F6) is known color: Electric Purple. HEX triplet: CC, 11 and F6. RGB value is (204,17,246). Sum of RGB (Red+Green+Blue) = 204+17+246=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC11F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11F6 is #33EE09. Grayscale: #626262. Windows color (decimal): -3403274 or 16126412. OLE color: 16126412.
HSL color Cylindrical-coordinate representation of color #CC11F6: hue angle of 289º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC11F6 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 17 | 246 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.04 |
| HSL | 289º | 0.93% | 0.52% | - |
| HSV(B) | 289º | 0.93% | 0.96% | - |
| XYZ | 41.74 | 19.89 | 88.83 | - |
| YUV | 99.02 | 210.95 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 246 | 0.17 | 0.93 | 0 | 0.04 | 289 | 0.93 | 0.52 |
| Hex | CC | 11 | F6 | 11 | 5D | 0 | 4 | 121 | 5D | 34 |
| Octal | 314 | 21 | 366 | 21 | 135 | 0 | 4 | 441 | 135 | 64 |
| Binary | 11001100 | 10001 | 11110110 | 10001 | 1011101 | 0 | 100 | 100100001 | 1011101 | 110100 |
Color Harmonies of #CC11F6
Complementary color
Monochromatic Colors of #CC11F6
Black with #CC11F6
Text Example
Text Example
White with #CC11F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11F6; }
p { color: rgb(204,17,246); }
H1.HeaderClassName
{
color: #CC11F6;
}
.AnyTagClassName
{
color: #CC11F6;
}
</style>
background-color css
<style>
a { background-color: #CC11F6; }
a { background-color: rgb(204,17,246); }
div.DivClassName
{
background-color: #CC11F6;
}
.BgClassName
{
background-color: #CC11F6;
}
</style>
border-color css
<style>
span { border-color: #CC11F6; }
span { border-color: rgb(204,17,246); }
td.TdClassName
{
border-color: #CC11F6;
}
.TagClassName
{
border-color: #CC11F6;
}
</style>