Shades of Electric Purple #C028FF
Tints of Electric Purple #C028FF
RGB
CMYK
RGB Variations
Color information
#C028FF (or 0xC028FF) is known color: Electric Purple. HEX triplet: C0, 28 and FF. RGB value is (192,40,255). Sum of RGB (Red+Green+Blue) = 192+40+255=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #C028FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C028FF is #3FD700. Grayscale: #6D6D6D. Windows color (decimal): -4183809 or 16722112. OLE color: 16722112.
HSL color Cylindrical-coordinate representation of color #C028FF: hue angle of 282.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C028FF is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 40 | 255 | - |
| CMYK | 0.25 | 0.84 | 0 | 0 |
| HSL | 282.42º | 1% | 0.58% | - |
| HSV(B) | 282.42º | 0.84% | 1% | - |
| XYZ | 40.55 | 19.94 | 96.32 | - |
| YUV | 109.96 | 209.86 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 255 | 0.25 | 0.84 | 0 | 0 | 282.42 | 1 | 0.58 |
| Hex | C0 | 28 | FF | 19 | 54 | 0 | 0 | 11A | 64 | 3A |
| Octal | 300 | 50 | 377 | 31 | 124 | 0 | 0 | 432 | 144 | 72 |
| Binary | 11000000 | 101000 | 11111111 | 11001 | 1010100 | 0 | 0 | 100011010 | 1100100 | 111010 |
Color Harmonies of #C028FF
Complementary color
Monochromatic Colors of #C028FF
Black with #C028FF
Text Example
Text Example
White with #C028FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028FF; }
p { color: rgb(192,40,255); }
H1.HeaderClassName
{
color: #C028FF;
}
.AnyTagClassName
{
color: #C028FF;
}
</style>
background-color css
<style>
a { background-color: #C028FF; }
a { background-color: rgb(192,40,255); }
div.DivClassName
{
background-color: #C028FF;
}
.BgClassName
{
background-color: #C028FF;
}
</style>
border-color css
<style>
span { border-color: #C028FF; }
span { border-color: rgb(192,40,255); }
td.TdClassName
{
border-color: #C028FF;
}
.TagClassName
{
border-color: #C028FF;
}
</style>