Shades of Electric Purple #CC1EF1
Tints of Electric Purple #CC1EF1
RGB
CMYK
RGB Variations
Color information
#CC1EF1 (or 0xCC1EF1) is known color: Electric Purple. HEX triplet: CC, 1E and F1. RGB value is (204,30,241). Sum of RGB (Red+Green+Blue) = 204+30+241=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC1EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1EF1 is #33E10E. Grayscale: #696969. Windows color (decimal): -3399951 or 15802060. OLE color: 15802060.
HSL color Cylindrical-coordinate representation of color #CC1EF1: hue angle of 289.48º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1EF1 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 30 | 241 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.05 |
| HSL | 289.48º | 0.88% | 0.53% | - |
| HSV(B) | 289.48º | 0.88% | 0.95% | - |
| XYZ | 41.24 | 20.12 | 84.93 | - |
| YUV | 106.08 | 204.15 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 241 | 0.15 | 0.88 | 0 | 0.05 | 289.48 | 0.88 | 0.53 |
| Hex | CC | 1E | F1 | F | 58 | 0 | 5 | 121 | 58 | 35 |
| Octal | 314 | 36 | 361 | 17 | 130 | 0 | 5 | 441 | 130 | 65 |
| Binary | 11001100 | 11110 | 11110001 | 1111 | 1011000 | 0 | 101 | 100100001 | 1011000 | 110101 |
Color Harmonies of #CC1EF1
Complementary color
Monochromatic Colors of #CC1EF1
Black with #CC1EF1
Text Example
Text Example
White with #CC1EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1EF1; }
p { color: rgb(204,30,241); }
H1.HeaderClassName
{
color: #CC1EF1;
}
.AnyTagClassName
{
color: #CC1EF1;
}
</style>
background-color css
<style>
a { background-color: #CC1EF1; }
a { background-color: rgb(204,30,241); }
div.DivClassName
{
background-color: #CC1EF1;
}
.BgClassName
{
background-color: #CC1EF1;
}
</style>
border-color css
<style>
span { border-color: #CC1EF1; }
span { border-color: rgb(204,30,241); }
td.TdClassName
{
border-color: #CC1EF1;
}
.TagClassName
{
border-color: #CC1EF1;
}
</style>