Shades of Electric Purple #CC19EF
Tints of Electric Purple #CC19EF
RGB
CMYK
RGB Variations
Color information
#CC19EF (or 0xCC19EF) is known color: Electric Purple. HEX triplet: CC, 19 and EF. RGB value is (204,25,239). Sum of RGB (Red+Green+Blue) = 204+25+239=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC19EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19EF is #33E610. Grayscale: #666666. Windows color (decimal): -3401233 or 15669708. OLE color: 15669708.
HSL color Cylindrical-coordinate representation of color #CC19EF: hue angle of 290.19º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC19EF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 25 | 239 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.06 |
| HSL | 290.19º | 0.87% | 0.52% | - |
| HSV(B) | 290.19º | 0.9% | 0.94% | - |
| XYZ | 40.83 | 19.76 | 83.32 | - |
| YUV | 102.92 | 204.8 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 239 | 0.15 | 0.90 | 0 | 0.06 | 290.19 | 0.87 | 0.52 |
| Hex | CC | 19 | EF | F | 5A | 0 | 6 | 122 | 57 | 34 |
| Octal | 314 | 31 | 357 | 17 | 132 | 0 | 6 | 442 | 127 | 64 |
| Binary | 11001100 | 11001 | 11101111 | 1111 | 1011010 | 0 | 110 | 100100010 | 1010111 | 110100 |
Color Harmonies of #CC19EF
Complementary color
Monochromatic Colors of #CC19EF
Black with #CC19EF
Text Example
Text Example
White with #CC19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19EF; }
p { color: rgb(204,25,239); }
H1.HeaderClassName
{
color: #CC19EF;
}
.AnyTagClassName
{
color: #CC19EF;
}
</style>
background-color css
<style>
a { background-color: #CC19EF; }
a { background-color: rgb(204,25,239); }
div.DivClassName
{
background-color: #CC19EF;
}
.BgClassName
{
background-color: #CC19EF;
}
</style>
border-color css
<style>
span { border-color: #CC19EF; }
span { border-color: rgb(204,25,239); }
td.TdClassName
{
border-color: #CC19EF;
}
.TagClassName
{
border-color: #CC19EF;
}
</style>