Shades of Electric Purple #CC1EF8
Tints of Electric Purple #CC1EF8
RGB
CMYK
RGB Variations
Color information
#CC1EF8 (or 0xCC1EF8) is known color: Electric Purple. HEX triplet: CC, 1E and F8. RGB value is (204,30,248). Sum of RGB (Red+Green+Blue) = 204+30+248=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC1EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1EF8 is #33E107. Grayscale: #6A6A6A. Windows color (decimal): -3399944 or 16260812. OLE color: 16260812.
HSL color Cylindrical-coordinate representation of color #CC1EF8: hue angle of 287.89º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1EF8 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 30 | 248 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.03 |
| HSL | 287.89º | 0.94% | 0.55% | - |
| HSV(B) | 287.89º | 0.88% | 0.97% | - |
| XYZ | 42.31 | 20.54 | 90.54 | - |
| YUV | 106.88 | 207.65 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 248 | 0.18 | 0.88 | 0 | 0.03 | 287.89 | 0.94 | 0.55 |
| Hex | CC | 1E | F8 | 12 | 58 | 0 | 3 | 120 | 5E | 37 |
| Octal | 314 | 36 | 370 | 22 | 130 | 0 | 3 | 440 | 136 | 67 |
| Binary | 11001100 | 11110 | 11111000 | 10010 | 1011000 | 0 | 11 | 100100000 | 1011110 | 110111 |
Color Harmonies of #CC1EF8
Complementary color
Monochromatic Colors of #CC1EF8
Black with #CC1EF8
Text Example
Text Example
White with #CC1EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1EF8; }
p { color: rgb(204,30,248); }
H1.HeaderClassName
{
color: #CC1EF8;
}
.AnyTagClassName
{
color: #CC1EF8;
}
</style>
background-color css
<style>
a { background-color: #CC1EF8; }
a { background-color: rgb(204,30,248); }
div.DivClassName
{
background-color: #CC1EF8;
}
.BgClassName
{
background-color: #CC1EF8;
}
</style>
border-color css
<style>
span { border-color: #CC1EF8; }
span { border-color: rgb(204,30,248); }
td.TdClassName
{
border-color: #CC1EF8;
}
.TagClassName
{
border-color: #CC1EF8;
}
</style>