Shades of Electric Purple #CC15FA
Tints of Electric Purple #CC15FA
RGB
CMYK
RGB Variations
Color information
#CC15FA (or 0xCC15FA) is known color: Electric Purple. HEX triplet: CC, 15 and FA. RGB value is (204,21,250). Sum of RGB (Red+Green+Blue) = 204+21+250=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15FA is #33EA05. Grayscale: #656565. Windows color (decimal): -3402246 or 16389580. OLE color: 16389580.
HSL color Cylindrical-coordinate representation of color #CC15FA: hue angle of 287.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC15FA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 21 | 250 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.02 |
| HSL | 287.95º | 0.96% | 0.53% | - |
| HSV(B) | 287.95º | 0.92% | 0.98% | - |
| XYZ | 42.43 | 20.28 | 92.12 | - |
| YUV | 101.82 | 211.63 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 250 | 0.18 | 0.92 | 0 | 0.02 | 287.95 | 0.96 | 0.53 |
| Hex | CC | 15 | FA | 12 | 5C | 0 | 2 | 120 | 60 | 35 |
| Octal | 314 | 25 | 372 | 22 | 134 | 0 | 2 | 440 | 140 | 65 |
| Binary | 11001100 | 10101 | 11111010 | 10010 | 1011100 | 0 | 10 | 100100000 | 1100000 | 110101 |
Color Harmonies of #CC15FA
Complementary color
Monochromatic Colors of #CC15FA
Black with #CC15FA
Text Example
Text Example
White with #CC15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15FA; }
p { color: rgb(204,21,250); }
H1.HeaderClassName
{
color: #CC15FA;
}
.AnyTagClassName
{
color: #CC15FA;
}
</style>
background-color css
<style>
a { background-color: #CC15FA; }
a { background-color: rgb(204,21,250); }
div.DivClassName
{
background-color: #CC15FA;
}
.BgClassName
{
background-color: #CC15FA;
}
</style>
border-color css
<style>
span { border-color: #CC15FA; }
span { border-color: rgb(204,21,250); }
td.TdClassName
{
border-color: #CC15FA;
}
.TagClassName
{
border-color: #CC15FA;
}
</style>