Shades of Electric Purple #C028F1
Tints of Electric Purple #C028F1
RGB
CMYK
RGB Variations
Color information
#C028F1 (or 0xC028F1) is known color: Electric Purple. HEX triplet: C0, 28 and F1. RGB value is (192,40,241). Sum of RGB (Red+Green+Blue) = 192+40+241=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #C028F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C028F1 is #3FD70E. Grayscale: #6B6B6B. Windows color (decimal): -4183823 or 15804608. OLE color: 15804608.
HSL color Cylindrical-coordinate representation of color #C028F1: hue angle of 285.37º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C028F1 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 40 | 241 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.05 |
| HSL | 285.37º | 0.88% | 0.55% | - |
| HSV(B) | 285.37º | 0.83% | 0.95% | - |
| XYZ | 38.37 | 19.07 | 84.88 | - |
| YUV | 108.36 | 202.86 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 241 | 0.20 | 0.83 | 0 | 0.05 | 285.37 | 0.88 | 0.55 |
| Hex | C0 | 28 | F1 | 14 | 53 | 0 | 5 | 11D | 58 | 37 |
| Octal | 300 | 50 | 361 | 24 | 123 | 0 | 5 | 435 | 130 | 67 |
| Binary | 11000000 | 101000 | 11110001 | 10100 | 1010011 | 0 | 101 | 100011101 | 1011000 | 110111 |
Color Harmonies of #C028F1
Complementary color
Monochromatic Colors of #C028F1
Black with #C028F1
Text Example
Text Example
White with #C028F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028F1; }
p { color: rgb(192,40,241); }
H1.HeaderClassName
{
color: #C028F1;
}
.AnyTagClassName
{
color: #C028F1;
}
</style>
background-color css
<style>
a { background-color: #C028F1; }
a { background-color: rgb(192,40,241); }
div.DivClassName
{
background-color: #C028F1;
}
.BgClassName
{
background-color: #C028F1;
}
</style>
border-color css
<style>
span { border-color: #C028F1; }
span { border-color: rgb(192,40,241); }
td.TdClassName
{
border-color: #C028F1;
}
.TagClassName
{
border-color: #C028F1;
}
</style>