Shades of Electric Purple #C027FB
Tints of Electric Purple #C027FB
RGB
CMYK
RGB Variations
Color information
#C027FB (or 0xC027FB) is known color: Electric Purple. HEX triplet: C0, 27 and FB. RGB value is (192,39,251). Sum of RGB (Red+Green+Blue) = 192+39+251=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #C027FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C027FB is #3FD804. Grayscale: #6C6C6C. Windows color (decimal): -4184069 or 16459712. OLE color: 16459712.
HSL color Cylindrical-coordinate representation of color #C027FB: hue angle of 283.3º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C027FB is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 39 | 251 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.02 |
| HSL | 283.3º | 0.96% | 0.57% | - |
| HSV(B) | 283.3º | 0.84% | 0.98% | - |
| XYZ | 39.88 | 19.62 | 92.95 | - |
| YUV | 108.92 | 208.19 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 251 | 0.24 | 0.84 | 0 | 0.02 | 283.3 | 0.96 | 0.57 |
| Hex | C0 | 27 | FB | 18 | 54 | 0 | 2 | 11B | 60 | 39 |
| Octal | 300 | 47 | 373 | 30 | 124 | 0 | 2 | 433 | 140 | 71 |
| Binary | 11000000 | 100111 | 11111011 | 11000 | 1010100 | 0 | 10 | 100011011 | 1100000 | 111001 |
Color Harmonies of #C027FB
Complementary color
Monochromatic Colors of #C027FB
Black with #C027FB
Text Example
Text Example
White with #C027FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027FB; }
p { color: rgb(192,39,251); }
H1.HeaderClassName
{
color: #C027FB;
}
.AnyTagClassName
{
color: #C027FB;
}
</style>
background-color css
<style>
a { background-color: #C027FB; }
a { background-color: rgb(192,39,251); }
div.DivClassName
{
background-color: #C027FB;
}
.BgClassName
{
background-color: #C027FB;
}
</style>
border-color css
<style>
span { border-color: #C027FB; }
span { border-color: rgb(192,39,251); }
td.TdClassName
{
border-color: #C027FB;
}
.TagClassName
{
border-color: #C027FB;
}
</style>