Shades of Electric Purple #CC11F8
Tints of Electric Purple #CC11F8
RGB
CMYK
RGB Variations
Color information
#CC11F8 (or 0xCC11F8) is known color: Electric Purple. HEX triplet: CC, 11 and F8. RGB value is (204,17,248). Sum of RGB (Red+Green+Blue) = 204+17+248=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC11F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11F8 is #33EE07. Grayscale: #626262. Windows color (decimal): -3403272 or 16257484. OLE color: 16257484.
HSL color Cylindrical-coordinate representation of color #CC11F8: hue angle of 288.57º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC11F8 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 17 | 248 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.03 |
| HSL | 288.57º | 0.94% | 0.52% | - |
| HSV(B) | 288.57º | 0.93% | 0.97% | - |
| XYZ | 42.05 | 20.02 | 90.45 | - |
| YUV | 99.25 | 211.95 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 248 | 0.18 | 0.93 | 0 | 0.03 | 288.57 | 0.94 | 0.52 |
| Hex | CC | 11 | F8 | 12 | 5D | 0 | 3 | 121 | 5E | 34 |
| Octal | 314 | 21 | 370 | 22 | 135 | 0 | 3 | 441 | 136 | 64 |
| Binary | 11001100 | 10001 | 11111000 | 10010 | 1011101 | 0 | 11 | 100100001 | 1011110 | 110100 |
Color Harmonies of #CC11F8
Complementary color
Monochromatic Colors of #CC11F8
Black with #CC11F8
Text Example
Text Example
White with #CC11F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11F8; }
p { color: rgb(204,17,248); }
H1.HeaderClassName
{
color: #CC11F8;
}
.AnyTagClassName
{
color: #CC11F8;
}
</style>
background-color css
<style>
a { background-color: #CC11F8; }
a { background-color: rgb(204,17,248); }
div.DivClassName
{
background-color: #CC11F8;
}
.BgClassName
{
background-color: #CC11F8;
}
</style>
border-color css
<style>
span { border-color: #CC11F8; }
span { border-color: rgb(204,17,248); }
td.TdClassName
{
border-color: #CC11F8;
}
.TagClassName
{
border-color: #CC11F8;
}
</style>