Shades of Electric Purple #CC13FE
Tints of Electric Purple #CC13FE
RGB
CMYK
RGB Variations
Color information
#CC13FE (or 0xCC13FE) is known color: Electric Purple. HEX triplet: CC, 13 and FE. RGB value is (204,19,254). Sum of RGB (Red+Green+Blue) = 204+19+254=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 19 (7.81% from 255 or 3.98% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC13FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC13FE is #33EC01. Grayscale: #646464. Windows color (decimal): -3402754 or 16651212. OLE color: 16651212.
HSL color Cylindrical-coordinate representation of color #CC13FE: hue angle of 287.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC13FE is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 19 | 254 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.00 |
| HSL | 287.23º | 0.99% | 0.54% | - |
| HSV(B) | 287.23º | 0.93% | 1% | - |
| XYZ | 43.02 | 20.46 | 95.45 | - |
| YUV | 101.11 | 214.29 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 254 | 0.20 | 0.93 | 0 | 0.00 | 287.23 | 0.99 | 0.54 |
| Hex | CC | 13 | FE | 14 | 5D | 0 | 0 | 11F | 63 | 36 |
| Octal | 314 | 23 | 376 | 24 | 135 | 0 | 0 | 437 | 143 | 66 |
| Binary | 11001100 | 10011 | 11111110 | 10100 | 1011101 | 0 | 0 | 100011111 | 1100011 | 110110 |
Color Harmonies of #CC13FE
Complementary color
Monochromatic Colors of #CC13FE
Black with #CC13FE
Text Example
Text Example
White with #CC13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13FE; }
p { color: rgb(204,19,254); }
H1.HeaderClassName
{
color: #CC13FE;
}
.AnyTagClassName
{
color: #CC13FE;
}
</style>
background-color css
<style>
a { background-color: #CC13FE; }
a { background-color: rgb(204,19,254); }
div.DivClassName
{
background-color: #CC13FE;
}
.BgClassName
{
background-color: #CC13FE;
}
</style>
border-color css
<style>
span { border-color: #CC13FE; }
span { border-color: rgb(204,19,254); }
td.TdClassName
{
border-color: #CC13FE;
}
.TagClassName
{
border-color: #CC13FE;
}
</style>