Shades of Electric Purple #C022F1
Tints of Electric Purple #C022F1
RGB
CMYK
RGB Variations
Color information
#C022F1 (or 0xC022F1) is known color: Electric Purple. HEX triplet: C0, 22 and F1. RGB value is (192,34,241). Sum of RGB (Red+Green+Blue) = 192+34+241=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #C022F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C022F1 is #3FDD0E. Grayscale: #686868. Windows color (decimal): -4185359 or 15803072. OLE color: 15803072.
HSL color Cylindrical-coordinate representation of color #C022F1: hue angle of 285.8º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C022F1 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 34 | 241 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.05 |
| HSL | 285.8º | 0.88% | 0.54% | - |
| HSV(B) | 285.8º | 0.86% | 0.95% | - |
| XYZ | 38.19 | 18.7 | 84.82 | - |
| YUV | 104.84 | 204.85 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 241 | 0.20 | 0.86 | 0 | 0.05 | 285.8 | 0.88 | 0.54 |
| Hex | C0 | 22 | F1 | 14 | 56 | 0 | 5 | 11E | 58 | 36 |
| Octal | 300 | 42 | 361 | 24 | 126 | 0 | 5 | 436 | 130 | 66 |
| Binary | 11000000 | 100010 | 11110001 | 10100 | 1010110 | 0 | 101 | 100011110 | 1011000 | 110110 |
Color Harmonies of #C022F1
Complementary color
Monochromatic Colors of #C022F1
Black with #C022F1
Text Example
Text Example
White with #C022F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022F1; }
p { color: rgb(192,34,241); }
H1.HeaderClassName
{
color: #C022F1;
}
.AnyTagClassName
{
color: #C022F1;
}
</style>
background-color css
<style>
a { background-color: #C022F1; }
a { background-color: rgb(192,34,241); }
div.DivClassName
{
background-color: #C022F1;
}
.BgClassName
{
background-color: #C022F1;
}
</style>
border-color css
<style>
span { border-color: #C022F1; }
span { border-color: rgb(192,34,241); }
td.TdClassName
{
border-color: #C022F1;
}
.TagClassName
{
border-color: #C022F1;
}
</style>