Shades of Electric Purple #CC1CF8
Tints of Electric Purple #CC1CF8
RGB
CMYK
RGB Variations
Color information
#CC1CF8 (or 0xCC1CF8) is known color: Electric Purple. HEX triplet: CC, 1C and F8. RGB value is (204,28,248). Sum of RGB (Red+Green+Blue) = 204+28+248=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC1CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CF8 is #33E307. Grayscale: #696969. Windows color (decimal): -3400456 or 16260300. OLE color: 16260300.
HSL color Cylindrical-coordinate representation of color #CC1CF8: hue angle of 288º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1CF8 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 28 | 248 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.03 |
| HSL | 288º | 0.94% | 0.54% | - |
| HSV(B) | 288º | 0.89% | 0.97% | - |
| XYZ | 42.26 | 20.45 | 90.53 | - |
| YUV | 105.7 | 208.31 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 248 | 0.18 | 0.89 | 0 | 0.03 | 288 | 0.94 | 0.54 |
| Hex | CC | 1C | F8 | 12 | 59 | 0 | 3 | 120 | 5E | 36 |
| Octal | 314 | 34 | 370 | 22 | 131 | 0 | 3 | 440 | 136 | 66 |
| Binary | 11001100 | 11100 | 11111000 | 10010 | 1011001 | 0 | 11 | 100100000 | 1011110 | 110110 |
Color Harmonies of #CC1CF8
Complementary color
Monochromatic Colors of #CC1CF8
Black with #CC1CF8
Text Example
Text Example
White with #CC1CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CF8; }
p { color: rgb(204,28,248); }
H1.HeaderClassName
{
color: #CC1CF8;
}
.AnyTagClassName
{
color: #CC1CF8;
}
</style>
background-color css
<style>
a { background-color: #CC1CF8; }
a { background-color: rgb(204,28,248); }
div.DivClassName
{
background-color: #CC1CF8;
}
.BgClassName
{
background-color: #CC1CF8;
}
</style>
border-color css
<style>
span { border-color: #CC1CF8; }
span { border-color: rgb(204,28,248); }
td.TdClassName
{
border-color: #CC1CF8;
}
.TagClassName
{
border-color: #CC1CF8;
}
</style>