Shades of Electric Purple #CC17E9
Tints of Electric Purple #CC17E9
RGB
CMYK
RGB Variations
Color information
#CC17E9 (or 0xCC17E9) is known color: Electric Purple. HEX triplet: CC, 17 and E9. RGB value is (204,23,233). Sum of RGB (Red+Green+Blue) = 204+23+233=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC17E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17E9 is #33E816. Grayscale: #646464. Windows color (decimal): -3401751 or 15275980. OLE color: 15275980.
HSL color Cylindrical-coordinate representation of color #CC17E9: hue angle of 291.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC17E9 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 23 | 233 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.09 |
| HSL | 291.71º | 0.83% | 0.5% | - |
| HSV(B) | 291.71º | 0.9% | 0.91% | - |
| XYZ | 39.92 | 19.33 | 78.72 | - |
| YUV | 101.06 | 202.47 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 233 | 0.12 | 0.90 | 0 | 0.09 | 291.71 | 0.83 | 0.5 |
| Hex | CC | 17 | E9 | C | 5A | 0 | 9 | 124 | 53 | 32 |
| Octal | 314 | 27 | 351 | 14 | 132 | 0 | 11 | 444 | 123 | 62 |
| Binary | 11001100 | 10111 | 11101001 | 1100 | 1011010 | 0 | 1001 | 100100100 | 1010011 | 110010 |
Color Harmonies of #CC17E9
Complementary color
Monochromatic Colors of #CC17E9
Black with #CC17E9
Text Example
Text Example
White with #CC17E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17E9; }
p { color: rgb(204,23,233); }
H1.HeaderClassName
{
color: #CC17E9;
}
.AnyTagClassName
{
color: #CC17E9;
}
</style>
background-color css
<style>
a { background-color: #CC17E9; }
a { background-color: rgb(204,23,233); }
div.DivClassName
{
background-color: #CC17E9;
}
.BgClassName
{
background-color: #CC17E9;
}
</style>
border-color css
<style>
span { border-color: #CC17E9; }
span { border-color: rgb(204,23,233); }
td.TdClassName
{
border-color: #CC17E9;
}
.TagClassName
{
border-color: #CC17E9;
}
</style>