Shades of Electric Purple #CC12F1
Tints of Electric Purple #CC12F1
RGB
CMYK
RGB Variations
Color information
#CC12F1 (or 0xCC12F1) is known color: Electric Purple. HEX triplet: CC, 12 and F1. RGB value is (204,18,241). Sum of RGB (Red+Green+Blue) = 204+18+241=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC12F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC12F1 is #33ED0E. Grayscale: #626262. Windows color (decimal): -3403023 or 15798988. OLE color: 15798988.
HSL color Cylindrical-coordinate representation of color #CC12F1: hue angle of 290.04º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC12F1 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 18 | 241 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.05 |
| HSL | 290.04º | 0.89% | 0.51% | - |
| HSV(B) | 290.04º | 0.93% | 0.95% | - |
| XYZ | 41 | 19.62 | 84.85 | - |
| YUV | 99.04 | 208.12 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 241 | 0.15 | 0.93 | 0 | 0.05 | 290.04 | 0.89 | 0.51 |
| Hex | CC | 12 | F1 | F | 5D | 0 | 5 | 122 | 59 | 33 |
| Octal | 314 | 22 | 361 | 17 | 135 | 0 | 5 | 442 | 131 | 63 |
| Binary | 11001100 | 10010 | 11110001 | 1111 | 1011101 | 0 | 101 | 100100010 | 1011001 | 110011 |
Color Harmonies of #CC12F1
Complementary color
Monochromatic Colors of #CC12F1
Black with #CC12F1
Text Example
Text Example
White with #CC12F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC12F1; }
p { color: rgb(204,18,241); }
H1.HeaderClassName
{
color: #CC12F1;
}
.AnyTagClassName
{
color: #CC12F1;
}
</style>
background-color css
<style>
a { background-color: #CC12F1; }
a { background-color: rgb(204,18,241); }
div.DivClassName
{
background-color: #CC12F1;
}
.BgClassName
{
background-color: #CC12F1;
}
</style>
border-color css
<style>
span { border-color: #CC12F1; }
span { border-color: rgb(204,18,241); }
td.TdClassName
{
border-color: #CC12F1;
}
.TagClassName
{
border-color: #CC12F1;
}
</style>