Shades of Electric Purple #CC11FC
Tints of Electric Purple #CC11FC
RGB
CMYK
RGB Variations
Color information
#CC11FC (or 0xCC11FC) is known color: Electric Purple. HEX triplet: CC, 11 and FC. RGB value is (204,17,252). Sum of RGB (Red+Green+Blue) = 204+17+252=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC11FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11FC is #33EE03. Grayscale: #626262. Windows color (decimal): -3403268 or 16519628. OLE color: 16519628.
HSL color Cylindrical-coordinate representation of color #CC11FC: hue angle of 287.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC11FC is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 17 | 252 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.01 |
| HSL | 287.74º | 0.98% | 0.53% | - |
| HSV(B) | 287.74º | 0.93% | 0.99% | - |
| XYZ | 42.67 | 20.27 | 93.76 | - |
| YUV | 99.7 | 213.95 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 252 | 0.19 | 0.93 | 0 | 0.01 | 287.74 | 0.98 | 0.53 |
| Hex | CC | 11 | FC | 13 | 5D | 0 | 1 | 120 | 62 | 35 |
| Octal | 314 | 21 | 374 | 23 | 135 | 0 | 1 | 440 | 142 | 65 |
| Binary | 11001100 | 10001 | 11111100 | 10011 | 1011101 | 0 | 1 | 100100000 | 1100010 | 110101 |
Color Harmonies of #CC11FC
Complementary color
Monochromatic Colors of #CC11FC
Black with #CC11FC
Text Example
Text Example
White with #CC11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11FC; }
p { color: rgb(204,17,252); }
H1.HeaderClassName
{
color: #CC11FC;
}
.AnyTagClassName
{
color: #CC11FC;
}
</style>
background-color css
<style>
a { background-color: #CC11FC; }
a { background-color: rgb(204,17,252); }
div.DivClassName
{
background-color: #CC11FC;
}
.BgClassName
{
background-color: #CC11FC;
}
</style>
border-color css
<style>
span { border-color: #CC11FC; }
span { border-color: rgb(204,17,252); }
td.TdClassName
{
border-color: #CC11FC;
}
.TagClassName
{
border-color: #CC11FC;
}
</style>