Shades of Electric Purple #C021F6
Tints of Electric Purple #C021F6
RGB
CMYK
RGB Variations
Color information
#C021F6 (or 0xC021F6) is known color: Electric Purple. HEX triplet: C0, 21 and F6. RGB value is (192,33,246). Sum of RGB (Red+Green+Blue) = 192+33+246=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #C021F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021F6 is #3FDE09. Grayscale: #686868. Windows color (decimal): -4185610 or 16130496. OLE color: 16130496.
HSL color Cylindrical-coordinate representation of color #C021F6: hue angle of 284.79º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C021F6 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 33 | 246 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.04 |
| HSL | 284.79º | 0.92% | 0.55% | - |
| HSV(B) | 284.79º | 0.87% | 0.96% | - |
| XYZ | 38.92 | 18.95 | 88.79 | - |
| YUV | 104.82 | 207.68 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 246 | 0.22 | 0.87 | 0 | 0.04 | 284.79 | 0.92 | 0.55 |
| Hex | C0 | 21 | F6 | 16 | 57 | 0 | 4 | 11D | 5C | 37 |
| Octal | 300 | 41 | 366 | 26 | 127 | 0 | 4 | 435 | 134 | 67 |
| Binary | 11000000 | 100001 | 11110110 | 10110 | 1010111 | 0 | 100 | 100011101 | 1011100 | 110111 |
Color Harmonies of #C021F6
Complementary color
Monochromatic Colors of #C021F6
Black with #C021F6
Text Example
Text Example
White with #C021F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021F6; }
p { color: rgb(192,33,246); }
H1.HeaderClassName
{
color: #C021F6;
}
.AnyTagClassName
{
color: #C021F6;
}
</style>
background-color css
<style>
a { background-color: #C021F6; }
a { background-color: rgb(192,33,246); }
div.DivClassName
{
background-color: #C021F6;
}
.BgClassName
{
background-color: #C021F6;
}
</style>
border-color css
<style>
span { border-color: #C021F6; }
span { border-color: rgb(192,33,246); }
td.TdClassName
{
border-color: #C021F6;
}
.TagClassName
{
border-color: #C021F6;
}
</style>