Shades of Electric Purple #CC27FE
Tints of Electric Purple #CC27FE
RGB
CMYK
RGB Variations
Color information
#CC27FE (or 0xCC27FE) is known color: Electric Purple. HEX triplet: CC, 27 and FE. RGB value is (204,39,254). Sum of RGB (Red+Green+Blue) = 204+39+254=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC27FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC27FE is #33D801. Grayscale: #707070. Windows color (decimal): -3397634 or 16656332. OLE color: 16656332.
HSL color Cylindrical-coordinate representation of color #CC27FE: hue angle of 286.05º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC27FE is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 39 | 254 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.00 |
| HSL | 286.05º | 0.99% | 0.57% | - |
| HSV(B) | 286.05º | 0.85% | 1% | - |
| XYZ | 43.52 | 21.44 | 95.61 | - |
| YUV | 112.85 | 207.66 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 254 | 0.20 | 0.85 | 0 | 0.00 | 286.05 | 0.99 | 0.57 |
| Hex | CC | 27 | FE | 14 | 55 | 0 | 0 | 11E | 63 | 39 |
| Octal | 314 | 47 | 376 | 24 | 125 | 0 | 0 | 436 | 143 | 71 |
| Binary | 11001100 | 100111 | 11111110 | 10100 | 1010101 | 0 | 0 | 100011110 | 1100011 | 111001 |
Color Harmonies of #CC27FE
Complementary color
Monochromatic Colors of #CC27FE
Black with #CC27FE
Text Example
Text Example
White with #CC27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC27FE; }
p { color: rgb(204,39,254); }
H1.HeaderClassName
{
color: #CC27FE;
}
.AnyTagClassName
{
color: #CC27FE;
}
</style>
background-color css
<style>
a { background-color: #CC27FE; }
a { background-color: rgb(204,39,254); }
div.DivClassName
{
background-color: #CC27FE;
}
.BgClassName
{
background-color: #CC27FE;
}
</style>
border-color css
<style>
span { border-color: #CC27FE; }
span { border-color: rgb(204,39,254); }
td.TdClassName
{
border-color: #CC27FE;
}
.TagClassName
{
border-color: #CC27FE;
}
</style>