Shades of Electric Purple #C021F7
Tints of Electric Purple #C021F7
RGB
CMYK
RGB Variations
Color information
#C021F7 (or 0xC021F7) is known color: Electric Purple. HEX triplet: C0, 21 and F7. RGB value is (192,33,247). Sum of RGB (Red+Green+Blue) = 192+33+247=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #C021F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021F7 is #3FDE08. Grayscale: #686868. Windows color (decimal): -4185609 or 16196032. OLE color: 16196032.
HSL color Cylindrical-coordinate representation of color #C021F7: hue angle of 284.58º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C021F7 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 33 | 247 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.03 |
| HSL | 284.58º | 0.93% | 0.55% | - |
| HSV(B) | 284.58º | 0.87% | 0.97% | - |
| XYZ | 39.07 | 19.01 | 89.61 | - |
| YUV | 104.94 | 208.18 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 247 | 0.22 | 0.87 | 0 | 0.03 | 284.58 | 0.93 | 0.55 |
| Hex | C0 | 21 | F7 | 16 | 57 | 0 | 3 | 11D | 5D | 37 |
| Octal | 300 | 41 | 367 | 26 | 127 | 0 | 3 | 435 | 135 | 67 |
| Binary | 11000000 | 100001 | 11110111 | 10110 | 1010111 | 0 | 11 | 100011101 | 1011101 | 110111 |
Color Harmonies of #C021F7
Complementary color
Monochromatic Colors of #C021F7
Black with #C021F7
Text Example
Text Example
White with #C021F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021F7; }
p { color: rgb(192,33,247); }
H1.HeaderClassName
{
color: #C021F7;
}
.AnyTagClassName
{
color: #C021F7;
}
</style>
background-color css
<style>
a { background-color: #C021F7; }
a { background-color: rgb(192,33,247); }
div.DivClassName
{
background-color: #C021F7;
}
.BgClassName
{
background-color: #C021F7;
}
</style>
border-color css
<style>
span { border-color: #C021F7; }
span { border-color: rgb(192,33,247); }
td.TdClassName
{
border-color: #C021F7;
}
.TagClassName
{
border-color: #C021F7;
}
</style>