Shades of Electric Purple #CC11F7
Tints of Electric Purple #CC11F7
RGB
CMYK
RGB Variations
Color information
#CC11F7 (or 0xCC11F7) is known color: Electric Purple. HEX triplet: CC, 11 and F7. RGB value is (204,17,247). Sum of RGB (Red+Green+Blue) = 204+17+247=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC11F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11F7 is #33EE08. Grayscale: #626262. Windows color (decimal): -3403273 or 16191948. OLE color: 16191948.
HSL color Cylindrical-coordinate representation of color #CC11F7: hue angle of 288.78º degrees, saturation: 0.93, 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 #CC11F7 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 17 | 247 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.03 |
| HSL | 288.78º | 0.93% | 0.52% | - |
| HSV(B) | 288.78º | 0.93% | 0.97% | - |
| XYZ | 41.89 | 19.95 | 89.64 | - |
| YUV | 99.13 | 211.45 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 247 | 0.17 | 0.93 | 0 | 0.03 | 288.78 | 0.93 | 0.52 |
| Hex | CC | 11 | F7 | 11 | 5D | 0 | 3 | 121 | 5D | 34 |
| Octal | 314 | 21 | 367 | 21 | 135 | 0 | 3 | 441 | 135 | 64 |
| Binary | 11001100 | 10001 | 11110111 | 10001 | 1011101 | 0 | 11 | 100100001 | 1011101 | 110100 |
Color Harmonies of #CC11F7
Complementary color
Monochromatic Colors of #CC11F7
Black with #CC11F7
Text Example
Text Example
White with #CC11F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11F7; }
p { color: rgb(204,17,247); }
H1.HeaderClassName
{
color: #CC11F7;
}
.AnyTagClassName
{
color: #CC11F7;
}
</style>
background-color css
<style>
a { background-color: #CC11F7; }
a { background-color: rgb(204,17,247); }
div.DivClassName
{
background-color: #CC11F7;
}
.BgClassName
{
background-color: #CC11F7;
}
</style>
border-color css
<style>
span { border-color: #CC11F7; }
span { border-color: rgb(204,17,247); }
td.TdClassName
{
border-color: #CC11F7;
}
.TagClassName
{
border-color: #CC11F7;
}
</style>