Shades of Electric Purple #CC19FA
Tints of Electric Purple #CC19FA
RGB
CMYK
RGB Variations
Color information
#CC19FA (or 0xCC19FA) is known color: Electric Purple. HEX triplet: CC, 19 and FA. RGB value is (204,25,250). Sum of RGB (Red+Green+Blue) = 204+25+250=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC19FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19FA is #33E605. Grayscale: #676767. Windows color (decimal): -3401222 or 16390604. OLE color: 16390604.
HSL color Cylindrical-coordinate representation of color #CC19FA: hue angle of 287.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC19FA is Cyan = 0.18, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 25 | 250 | - |
| CMYK | 0.18 | 0.9 | 0 | 0.02 |
| HSL | 287.73º | 0.96% | 0.54% | - |
| HSV(B) | 287.73º | 0.9% | 0.98% | - |
| XYZ | 42.5 | 20.43 | 92.15 | - |
| YUV | 104.17 | 210.3 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 250 | 0.18 | 0.9 | 0 | 0.02 | 287.73 | 0.96 | 0.54 |
| Hex | CC | 19 | FA | 12 | 5A | 0 | 2 | 120 | 60 | 36 |
| Octal | 314 | 31 | 372 | 22 | 132 | 0 | 2 | 440 | 140 | 66 |
| Binary | 11001100 | 11001 | 11111010 | 10010 | 1011010 | 0 | 10 | 100100000 | 1100000 | 110110 |
Color Harmonies of #CC19FA
Complementary color
Monochromatic Colors of #CC19FA
Black with #CC19FA
Text Example
Text Example
White with #CC19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19FA; }
p { color: rgb(204,25,250); }
H1.HeaderClassName
{
color: #CC19FA;
}
.AnyTagClassName
{
color: #CC19FA;
}
</style>
background-color css
<style>
a { background-color: #CC19FA; }
a { background-color: rgb(204,25,250); }
div.DivClassName
{
background-color: #CC19FA;
}
.BgClassName
{
background-color: #CC19FA;
}
</style>
border-color css
<style>
span { border-color: #CC19FA; }
span { border-color: rgb(204,25,250); }
td.TdClassName
{
border-color: #CC19FA;
}
.TagClassName
{
border-color: #CC19FA;
}
</style>