Shades of Electric Purple #CC14FE
Tints of Electric Purple #CC14FE
RGB
CMYK
RGB Variations
Color information
#CC14FE (or 0xCC14FE) is known color: Electric Purple. HEX triplet: CC, 14 and FE. RGB value is (204,20,254). Sum of RGB (Red+Green+Blue) = 204+20+254=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC14FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC14FE is #33EB01. Grayscale: #646464. Windows color (decimal): -3402498 or 16651468. OLE color: 16651468.
HSL color Cylindrical-coordinate representation of color #CC14FE: hue angle of 287.18º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC14FE is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 20 | 254 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.00 |
| HSL | 287.18º | 0.99% | 0.54% | - |
| HSV(B) | 287.18º | 0.92% | 1% | - |
| XYZ | 43.04 | 20.49 | 95.45 | - |
| YUV | 101.69 | 213.96 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 254 | 0.20 | 0.92 | 0 | 0.00 | 287.18 | 0.99 | 0.54 |
| Hex | CC | 14 | FE | 14 | 5C | 0 | 0 | 11F | 63 | 36 |
| Octal | 314 | 24 | 376 | 24 | 134 | 0 | 0 | 437 | 143 | 66 |
| Binary | 11001100 | 10100 | 11111110 | 10100 | 1011100 | 0 | 0 | 100011111 | 1100011 | 110110 |
Color Harmonies of #CC14FE
Complementary color
Monochromatic Colors of #CC14FE
Black with #CC14FE
Text Example
Text Example
White with #CC14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14FE; }
p { color: rgb(204,20,254); }
H1.HeaderClassName
{
color: #CC14FE;
}
.AnyTagClassName
{
color: #CC14FE;
}
</style>
background-color css
<style>
a { background-color: #CC14FE; }
a { background-color: rgb(204,20,254); }
div.DivClassName
{
background-color: #CC14FE;
}
.BgClassName
{
background-color: #CC14FE;
}
</style>
border-color css
<style>
span { border-color: #CC14FE; }
span { border-color: rgb(204,20,254); }
td.TdClassName
{
border-color: #CC14FE;
}
.TagClassName
{
border-color: #CC14FE;
}
</style>