Shades of Electric Purple #CC1FF2
Tints of Electric Purple #CC1FF2
RGB
CMYK
RGB Variations
Color information
#CC1FF2 (or 0xCC1FF2) is known color: Electric Purple. HEX triplet: CC, 1F and F2. RGB value is (204,31,242). Sum of RGB (Red+Green+Blue) = 204+31+242=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC1FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FF2 is #33E00D. Grayscale: #6A6A6A. Windows color (decimal): -3399694 or 15867852. OLE color: 15867852.
HSL color Cylindrical-coordinate representation of color #CC1FF2: hue angle of 289.19º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1FF2 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 31 | 242 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.05 |
| HSL | 289.19º | 0.89% | 0.54% | - |
| HSV(B) | 289.19º | 0.87% | 0.95% | - |
| XYZ | 41.42 | 20.23 | 85.73 | - |
| YUV | 106.78 | 204.31 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 242 | 0.16 | 0.87 | 0 | 0.05 | 289.19 | 0.89 | 0.54 |
| Hex | CC | 1F | F2 | 10 | 57 | 0 | 5 | 121 | 59 | 36 |
| Octal | 314 | 37 | 362 | 20 | 127 | 0 | 5 | 441 | 131 | 66 |
| Binary | 11001100 | 11111 | 11110010 | 10000 | 1010111 | 0 | 101 | 100100001 | 1011001 | 110110 |
Color Harmonies of #CC1FF2
Complementary color
Monochromatic Colors of #CC1FF2
Black with #CC1FF2
Text Example
Text Example
White with #CC1FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1FF2; }
p { color: rgb(204,31,242); }
H1.HeaderClassName
{
color: #CC1FF2;
}
.AnyTagClassName
{
color: #CC1FF2;
}
</style>
background-color css
<style>
a { background-color: #CC1FF2; }
a { background-color: rgb(204,31,242); }
div.DivClassName
{
background-color: #CC1FF2;
}
.BgClassName
{
background-color: #CC1FF2;
}
</style>
border-color css
<style>
span { border-color: #CC1FF2; }
span { border-color: rgb(204,31,242); }
td.TdClassName
{
border-color: #CC1FF2;
}
.TagClassName
{
border-color: #CC1FF2;
}
</style>