Shades of Electric Purple #CC19FF
Tints of Electric Purple #CC19FF
RGB
CMYK
RGB Variations
Color information
#CC19FF (or 0xCC19FF) is known color: Electric Purple. HEX triplet: CC, 19 and FF. RGB value is (204,25,255). Sum of RGB (Red+Green+Blue) = 204+25+255=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC19FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19FF is #33E600. Grayscale: #676767. Windows color (decimal): -3401217 or 16718284. OLE color: 16718284.
HSL color Cylindrical-coordinate representation of color #CC19FF: hue angle of 286.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC19FF is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 25 | 255 | - |
| CMYK | 0.2 | 0.90 | 0 | 0 |
| HSL | 286.7º | 1% | 0.55% | - |
| HSV(B) | 286.7º | 0.9% | 1% | - |
| XYZ | 43.3 | 20.75 | 96.33 | - |
| YUV | 104.74 | 212.8 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 255 | 0.2 | 0.90 | 0 | 0 | 286.7 | 1 | 0.55 |
| Hex | CC | 19 | FF | 14 | 5A | 0 | 0 | 11F | 64 | 37 |
| Octal | 314 | 31 | 377 | 24 | 132 | 0 | 0 | 437 | 144 | 67 |
| Binary | 11001100 | 11001 | 11111111 | 10100 | 1011010 | 0 | 0 | 100011111 | 1100100 | 110111 |
Color Harmonies of #CC19FF
Complementary color
Monochromatic Colors of #CC19FF
Black with #CC19FF
Text Example
Text Example
White with #CC19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19FF; }
p { color: rgb(204,25,255); }
H1.HeaderClassName
{
color: #CC19FF;
}
.AnyTagClassName
{
color: #CC19FF;
}
</style>
background-color css
<style>
a { background-color: #CC19FF; }
a { background-color: rgb(204,25,255); }
div.DivClassName
{
background-color: #CC19FF;
}
.BgClassName
{
background-color: #CC19FF;
}
</style>
border-color css
<style>
span { border-color: #CC19FF; }
span { border-color: rgb(204,25,255); }
td.TdClassName
{
border-color: #CC19FF;
}
.TagClassName
{
border-color: #CC19FF;
}
</style>