Shades of Electric Purple #CC15F1
Tints of Electric Purple #CC15F1
RGB
CMYK
RGB Variations
Color information
#CC15F1 (or 0xCC15F1) is known color: Electric Purple. HEX triplet: CC, 15 and F1. RGB value is (204,21,241). Sum of RGB (Red+Green+Blue) = 204+21+241=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC15F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15F1 is #33EA0E. Grayscale: #646464. Windows color (decimal): -3402255 or 15799756. OLE color: 15799756.
HSL color Cylindrical-coordinate representation of color #CC15F1: hue angle of 289.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC15F1 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 21 | 241 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.05 |
| HSL | 289.91º | 0.89% | 0.51% | - |
| HSV(B) | 289.91º | 0.91% | 0.95% | - |
| XYZ | 41.05 | 19.72 | 84.86 | - |
| YUV | 100.8 | 207.13 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 241 | 0.15 | 0.91 | 0 | 0.05 | 289.91 | 0.89 | 0.51 |
| Hex | CC | 15 | F1 | F | 5B | 0 | 5 | 122 | 59 | 33 |
| Octal | 314 | 25 | 361 | 17 | 133 | 0 | 5 | 442 | 131 | 63 |
| Binary | 11001100 | 10101 | 11110001 | 1111 | 1011011 | 0 | 101 | 100100010 | 1011001 | 110011 |
Color Harmonies of #CC15F1
Complementary color
Monochromatic Colors of #CC15F1
Black with #CC15F1
Text Example
Text Example
White with #CC15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15F1; }
p { color: rgb(204,21,241); }
H1.HeaderClassName
{
color: #CC15F1;
}
.AnyTagClassName
{
color: #CC15F1;
}
</style>
background-color css
<style>
a { background-color: #CC15F1; }
a { background-color: rgb(204,21,241); }
div.DivClassName
{
background-color: #CC15F1;
}
.BgClassName
{
background-color: #CC15F1;
}
</style>
border-color css
<style>
span { border-color: #CC15F1; }
span { border-color: rgb(204,21,241); }
td.TdClassName
{
border-color: #CC15F1;
}
.TagClassName
{
border-color: #CC15F1;
}
</style>