Shades of Electric Purple #CC19FC
Tints of Electric Purple #CC19FC
RGB
CMYK
RGB Variations
Color information
#CC19FC (or 0xCC19FC) is known color: Electric Purple. HEX triplet: CC, 19 and FC. RGB value is (204,25,252). Sum of RGB (Red+Green+Blue) = 204+25+252=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC19FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19FC is #33E603. Grayscale: #676767. Windows color (decimal): -3401220 or 16521676. OLE color: 16521676.
HSL color Cylindrical-coordinate representation of color #CC19FC: hue angle of 287.31º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC19FC is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 25 | 252 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.01 |
| HSL | 287.31º | 0.97% | 0.54% | - |
| HSV(B) | 287.31º | 0.9% | 0.99% | - |
| XYZ | 42.82 | 20.56 | 93.81 | - |
| YUV | 104.4 | 211.3 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 252 | 0.19 | 0.90 | 0 | 0.01 | 287.31 | 0.97 | 0.54 |
| Hex | CC | 19 | FC | 13 | 5A | 0 | 1 | 11F | 61 | 36 |
| Octal | 314 | 31 | 374 | 23 | 132 | 0 | 1 | 437 | 141 | 66 |
| Binary | 11001100 | 11001 | 11111100 | 10011 | 1011010 | 0 | 1 | 100011111 | 1100001 | 110110 |
Color Harmonies of #CC19FC
Complementary color
Monochromatic Colors of #CC19FC
Black with #CC19FC
Text Example
Text Example
White with #CC19FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19FC; }
p { color: rgb(204,25,252); }
H1.HeaderClassName
{
color: #CC19FC;
}
.AnyTagClassName
{
color: #CC19FC;
}
</style>
background-color css
<style>
a { background-color: #CC19FC; }
a { background-color: rgb(204,25,252); }
div.DivClassName
{
background-color: #CC19FC;
}
.BgClassName
{
background-color: #CC19FC;
}
</style>
border-color css
<style>
span { border-color: #CC19FC; }
span { border-color: rgb(204,25,252); }
td.TdClassName
{
border-color: #CC19FC;
}
.TagClassName
{
border-color: #CC19FC;
}
</style>