Shades of Electric Purple #CC19EA
Tints of Electric Purple #CC19EA
RGB
CMYK
RGB Variations
Color information
#CC19EA (or 0xCC19EA) is known color: Electric Purple. HEX triplet: CC, 19 and EA. RGB value is (204,25,234). Sum of RGB (Red+Green+Blue) = 204+25+234=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC19EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19EA is #33E615. Grayscale: #656565. Windows color (decimal): -3401238 or 15342028. OLE color: 15342028.
HSL color Cylindrical-coordinate representation of color #CC19EA: hue angle of 291.39º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC19EA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 25 | 234 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.08 |
| HSL | 291.39º | 0.83% | 0.51% | - |
| HSV(B) | 291.39º | 0.89% | 0.92% | - |
| XYZ | 40.1 | 19.47 | 79.49 | - |
| YUV | 102.35 | 202.3 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 234 | 0.13 | 0.89 | 0 | 0.08 | 291.39 | 0.83 | 0.51 |
| Hex | CC | 19 | EA | D | 59 | 0 | 8 | 123 | 53 | 33 |
| Octal | 314 | 31 | 352 | 15 | 131 | 0 | 10 | 443 | 123 | 63 |
| Binary | 11001100 | 11001 | 11101010 | 1101 | 1011001 | 0 | 1000 | 100100011 | 1010011 | 110011 |
Color Harmonies of #CC19EA
Complementary color
Monochromatic Colors of #CC19EA
Black with #CC19EA
Text Example
Text Example
White with #CC19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19EA; }
p { color: rgb(204,25,234); }
H1.HeaderClassName
{
color: #CC19EA;
}
.AnyTagClassName
{
color: #CC19EA;
}
</style>
background-color css
<style>
a { background-color: #CC19EA; }
a { background-color: rgb(204,25,234); }
div.DivClassName
{
background-color: #CC19EA;
}
.BgClassName
{
background-color: #CC19EA;
}
</style>
border-color css
<style>
span { border-color: #CC19EA; }
span { border-color: rgb(204,25,234); }
td.TdClassName
{
border-color: #CC19EA;
}
.TagClassName
{
border-color: #CC19EA;
}
</style>