Shades of Electric Purple #CC1CE8
Tints of Electric Purple #CC1CE8
RGB
CMYK
RGB Variations
Color information
#CC1CE8 (or 0xCC1CE8) is known color: Electric Purple. HEX triplet: CC, 1C and E8. RGB value is (204,28,232). Sum of RGB (Red+Green+Blue) = 204+28+232=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC1CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CE8 is #33E317. Grayscale: #676767. Windows color (decimal): -3400472 or 15211724. OLE color: 15211724.
HSL color Cylindrical-coordinate representation of color #CC1CE8: hue angle of 291.76º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1CE8 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 28 | 232 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.09 |
| HSL | 291.76º | 0.82% | 0.51% | - |
| HSV(B) | 291.76º | 0.88% | 0.91% | - |
| XYZ | 39.88 | 19.49 | 78 | - |
| YUV | 103.88 | 200.31 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 232 | 0.12 | 0.88 | 0 | 0.09 | 291.76 | 0.82 | 0.51 |
| Hex | CC | 1C | E8 | C | 58 | 0 | 9 | 124 | 52 | 33 |
| Octal | 314 | 34 | 350 | 14 | 130 | 0 | 11 | 444 | 122 | 63 |
| Binary | 11001100 | 11100 | 11101000 | 1100 | 1011000 | 0 | 1001 | 100100100 | 1010010 | 110011 |
Color Harmonies of #CC1CE8
Complementary color
Monochromatic Colors of #CC1CE8
Black with #CC1CE8
Text Example
Text Example
White with #CC1CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CE8; }
p { color: rgb(204,28,232); }
H1.HeaderClassName
{
color: #CC1CE8;
}
.AnyTagClassName
{
color: #CC1CE8;
}
</style>
background-color css
<style>
a { background-color: #CC1CE8; }
a { background-color: rgb(204,28,232); }
div.DivClassName
{
background-color: #CC1CE8;
}
.BgClassName
{
background-color: #CC1CE8;
}
</style>
border-color css
<style>
span { border-color: #CC1CE8; }
span { border-color: rgb(204,28,232); }
td.TdClassName
{
border-color: #CC1CE8;
}
.TagClassName
{
border-color: #CC1CE8;
}
</style>