Shades of Electric Purple #C028FA
Tints of Electric Purple #C028FA
RGB
CMYK
RGB Variations
Color information
#C028FA (or 0xC028FA) is known color: Electric Purple. HEX triplet: C0, 28 and FA. RGB value is (192,40,250). Sum of RGB (Red+Green+Blue) = 192+40+250=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #C028FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C028FA is #3FD705. Grayscale: #6C6C6C. Windows color (decimal): -4183814 or 16394432. OLE color: 16394432.
HSL color Cylindrical-coordinate representation of color #C028FA: hue angle of 283.43º degrees, saturation: 0.95, 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 #C028FA is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 40 | 250 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.02 |
| HSL | 283.43º | 0.95% | 0.57% | - |
| HSV(B) | 283.43º | 0.84% | 0.98% | - |
| XYZ | 39.75 | 19.63 | 92.14 | - |
| YUV | 109.39 | 207.36 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 250 | 0.23 | 0.84 | 0 | 0.02 | 283.43 | 0.95 | 0.57 |
| Hex | C0 | 28 | FA | 17 | 54 | 0 | 2 | 11B | 5F | 39 |
| Octal | 300 | 50 | 372 | 27 | 124 | 0 | 2 | 433 | 137 | 71 |
| Binary | 11000000 | 101000 | 11111010 | 10111 | 1010100 | 0 | 10 | 100011011 | 1011111 | 111001 |
Color Harmonies of #C028FA
Complementary color
Monochromatic Colors of #C028FA
Black with #C028FA
Text Example
Text Example
White with #C028FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028FA; }
p { color: rgb(192,40,250); }
H1.HeaderClassName
{
color: #C028FA;
}
.AnyTagClassName
{
color: #C028FA;
}
</style>
background-color css
<style>
a { background-color: #C028FA; }
a { background-color: rgb(192,40,250); }
div.DivClassName
{
background-color: #C028FA;
}
.BgClassName
{
background-color: #C028FA;
}
</style>
border-color css
<style>
span { border-color: #C028FA; }
span { border-color: rgb(192,40,250); }
td.TdClassName
{
border-color: #C028FA;
}
.TagClassName
{
border-color: #C028FA;
}
</style>