Shades of Electric Purple #CC12FE
Tints of Electric Purple #CC12FE
RGB
CMYK
RGB Variations
Color information
#CC12FE (or 0xCC12FE) is known color: Electric Purple. HEX triplet: CC, 12 and FE. RGB value is (204,18,254). Sum of RGB (Red+Green+Blue) = 204+18+254=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC12FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC12FE is #33ED01. Grayscale: #636363. Windows color (decimal): -3403010 or 16650956. OLE color: 16650956.
HSL color Cylindrical-coordinate representation of color #CC12FE: hue angle of 287.29º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC12FE is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 18 | 254 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.00 |
| HSL | 287.29º | 0.99% | 0.53% | - |
| HSV(B) | 287.29º | 0.93% | 1% | - |
| XYZ | 43.01 | 20.43 | 95.44 | - |
| YUV | 100.52 | 214.62 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 254 | 0.20 | 0.93 | 0 | 0.00 | 287.29 | 0.99 | 0.53 |
| Hex | CC | 12 | FE | 14 | 5D | 0 | 0 | 11F | 63 | 35 |
| Octal | 314 | 22 | 376 | 24 | 135 | 0 | 0 | 437 | 143 | 65 |
| Binary | 11001100 | 10010 | 11111110 | 10100 | 1011101 | 0 | 0 | 100011111 | 1100011 | 110101 |
Color Harmonies of #CC12FE
Complementary color
Monochromatic Colors of #CC12FE
Black with #CC12FE
Text Example
Text Example
White with #CC12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC12FE; }
p { color: rgb(204,18,254); }
H1.HeaderClassName
{
color: #CC12FE;
}
.AnyTagClassName
{
color: #CC12FE;
}
</style>
background-color css
<style>
a { background-color: #CC12FE; }
a { background-color: rgb(204,18,254); }
div.DivClassName
{
background-color: #CC12FE;
}
.BgClassName
{
background-color: #CC12FE;
}
</style>
border-color css
<style>
span { border-color: #CC12FE; }
span { border-color: rgb(204,18,254); }
td.TdClassName
{
border-color: #CC12FE;
}
.TagClassName
{
border-color: #CC12FE;
}
</style>