Shades of Electric Purple #C028F0
Tints of Electric Purple #C028F0
RGB
CMYK
RGB Variations
Color information
#C028F0 (or 0xC028F0) is known color: Electric Purple. HEX triplet: C0, 28 and F0. RGB value is (192,40,240). Sum of RGB (Red+Green+Blue) = 192+40+240=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #C028F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C028F0 is #3FD70F. Grayscale: #6B6B6B. Windows color (decimal): -4183824 or 15739072. OLE color: 15739072.
HSL color Cylindrical-coordinate representation of color #C028F0: hue angle of 285.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C028F0 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 40 | 240 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.06 |
| HSL | 285.6º | 0.87% | 0.55% | - |
| HSV(B) | 285.6º | 0.83% | 0.94% | - |
| XYZ | 38.23 | 19.02 | 84.09 | - |
| YUV | 108.25 | 202.36 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 240 | 0.20 | 0.83 | 0 | 0.06 | 285.6 | 0.87 | 0.55 |
| Hex | C0 | 28 | F0 | 14 | 53 | 0 | 6 | 11E | 57 | 37 |
| Octal | 300 | 50 | 360 | 24 | 123 | 0 | 6 | 436 | 127 | 67 |
| Binary | 11000000 | 101000 | 11110000 | 10100 | 1010011 | 0 | 110 | 100011110 | 1010111 | 110111 |
Color Harmonies of #C028F0
Complementary color
Monochromatic Colors of #C028F0
Black with #C028F0
Text Example
Text Example
White with #C028F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028F0; }
p { color: rgb(192,40,240); }
H1.HeaderClassName
{
color: #C028F0;
}
.AnyTagClassName
{
color: #C028F0;
}
</style>
background-color css
<style>
a { background-color: #C028F0; }
a { background-color: rgb(192,40,240); }
div.DivClassName
{
background-color: #C028F0;
}
.BgClassName
{
background-color: #C028F0;
}
</style>
border-color css
<style>
span { border-color: #C028F0; }
span { border-color: rgb(192,40,240); }
td.TdClassName
{
border-color: #C028F0;
}
.TagClassName
{
border-color: #C028F0;
}
</style>