Shades of Electric Purple #C027FC
Tints of Electric Purple #C027FC
RGB
CMYK
RGB Variations
Color information
#C027FC (or 0xC027FC) is known color: Electric Purple. HEX triplet: C0, 27 and FC. RGB value is (192,39,252). Sum of RGB (Red+Green+Blue) = 192+39+252=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #C027FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C027FC is #3FD803. Grayscale: #6C6C6C. Windows color (decimal): -4184068 or 16525248. OLE color: 16525248.
HSL color Cylindrical-coordinate representation of color #C027FC: hue angle of 283.1º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C027FC is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 39 | 252 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.01 |
| HSL | 283.1º | 0.97% | 0.57% | - |
| HSV(B) | 283.1º | 0.85% | 0.99% | - |
| XYZ | 40.03 | 19.69 | 93.79 | - |
| YUV | 109.03 | 208.69 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 252 | 0.24 | 0.85 | 0 | 0.01 | 283.1 | 0.97 | 0.57 |
| Hex | C0 | 27 | FC | 18 | 55 | 0 | 1 | 11B | 61 | 39 |
| Octal | 300 | 47 | 374 | 30 | 125 | 0 | 1 | 433 | 141 | 71 |
| Binary | 11000000 | 100111 | 11111100 | 11000 | 1010101 | 0 | 1 | 100011011 | 1100001 | 111001 |
Color Harmonies of #C027FC
Complementary color
Monochromatic Colors of #C027FC
Black with #C027FC
Text Example
Text Example
White with #C027FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027FC; }
p { color: rgb(192,39,252); }
H1.HeaderClassName
{
color: #C027FC;
}
.AnyTagClassName
{
color: #C027FC;
}
</style>
background-color css
<style>
a { background-color: #C027FC; }
a { background-color: rgb(192,39,252); }
div.DivClassName
{
background-color: #C027FC;
}
.BgClassName
{
background-color: #C027FC;
}
</style>
border-color css
<style>
span { border-color: #C027FC; }
span { border-color: rgb(192,39,252); }
td.TdClassName
{
border-color: #C027FC;
}
.TagClassName
{
border-color: #C027FC;
}
</style>