Shades of Electric Purple #CC1CF2
Tints of Electric Purple #CC1CF2
RGB
CMYK
RGB Variations
Color information
#CC1CF2 (or 0xCC1CF2) is known color: Electric Purple. HEX triplet: CC, 1C and F2. RGB value is (204,28,242). Sum of RGB (Red+Green+Blue) = 204+28+242=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC1CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CF2 is #33E30D. Grayscale: #686868. Windows color (decimal): -3400462 or 15867084. OLE color: 15867084.
HSL color Cylindrical-coordinate representation of color #CC1CF2: hue angle of 289.35º degrees, saturation: 0.89, 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 #CC1CF2 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 28 | 242 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.05 |
| HSL | 289.35º | 0.89% | 0.53% | - |
| HSV(B) | 289.35º | 0.88% | 0.95% | - |
| XYZ | 41.34 | 20.08 | 85.7 | - |
| YUV | 105.02 | 205.31 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 242 | 0.16 | 0.88 | 0 | 0.05 | 289.35 | 0.89 | 0.53 |
| Hex | CC | 1C | F2 | 10 | 58 | 0 | 5 | 121 | 59 | 35 |
| Octal | 314 | 34 | 362 | 20 | 130 | 0 | 5 | 441 | 131 | 65 |
| Binary | 11001100 | 11100 | 11110010 | 10000 | 1011000 | 0 | 101 | 100100001 | 1011001 | 110101 |
Color Harmonies of #CC1CF2
Complementary color
Monochromatic Colors of #CC1CF2
Black with #CC1CF2
Text Example
Text Example
White with #CC1CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CF2; }
p { color: rgb(204,28,242); }
H1.HeaderClassName
{
color: #CC1CF2;
}
.AnyTagClassName
{
color: #CC1CF2;
}
</style>
background-color css
<style>
a { background-color: #CC1CF2; }
a { background-color: rgb(204,28,242); }
div.DivClassName
{
background-color: #CC1CF2;
}
.BgClassName
{
background-color: #CC1CF2;
}
</style>
border-color css
<style>
span { border-color: #CC1CF2; }
span { border-color: rgb(204,28,242); }
td.TdClassName
{
border-color: #CC1CF2;
}
.TagClassName
{
border-color: #CC1CF2;
}
</style>