Shades of Electric Purple #CC1CE7
Tints of Electric Purple #CC1CE7
RGB
CMYK
RGB Variations
Color information
#CC1CE7 (or 0xCC1CE7) is known color: Electric Purple. HEX triplet: CC, 1C and E7. RGB value is (204,28,231). Sum of RGB (Red+Green+Blue) = 204+28+231=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC1CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CE7 is #33E318. Grayscale: #676767. Windows color (decimal): -3400473 or 15146188. OLE color: 15146188.
HSL color Cylindrical-coordinate representation of color #CC1CE7: hue angle of 292.02º degrees, saturation: 0.81, 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 #CC1CE7 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 28 | 231 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.09 |
| HSL | 292.02º | 0.81% | 0.51% | - |
| HSV(B) | 292.02º | 0.88% | 0.91% | - |
| XYZ | 39.74 | 19.44 | 77.26 | - |
| YUV | 103.77 | 199.81 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 231 | 0.12 | 0.88 | 0 | 0.09 | 292.02 | 0.81 | 0.51 |
| Hex | CC | 1C | E7 | C | 58 | 0 | 9 | 124 | 51 | 33 |
| Octal | 314 | 34 | 347 | 14 | 130 | 0 | 11 | 444 | 121 | 63 |
| Binary | 11001100 | 11100 | 11100111 | 1100 | 1011000 | 0 | 1001 | 100100100 | 1010001 | 110011 |
Color Harmonies of #CC1CE7
Complementary color
Monochromatic Colors of #CC1CE7
Black with #CC1CE7
Text Example
Text Example
White with #CC1CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CE7; }
p { color: rgb(204,28,231); }
H1.HeaderClassName
{
color: #CC1CE7;
}
.AnyTagClassName
{
color: #CC1CE7;
}
</style>
background-color css
<style>
a { background-color: #CC1CE7; }
a { background-color: rgb(204,28,231); }
div.DivClassName
{
background-color: #CC1CE7;
}
.BgClassName
{
background-color: #CC1CE7;
}
</style>
border-color css
<style>
span { border-color: #CC1CE7; }
span { border-color: rgb(204,28,231); }
td.TdClassName
{
border-color: #CC1CE7;
}
.TagClassName
{
border-color: #CC1CE7;
}
</style>