Shades of Electric Purple #C21EF7
Tints of Electric Purple #C21EF7
RGB
CMYK
RGB Variations
Color information
#C21EF7 (or 0xC21EF7) is known color: Electric Purple. HEX triplet: C2, 1E and F7. RGB value is (194,30,247). Sum of RGB (Red+Green+Blue) = 194+30+247=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #C21EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EF7 is #3DE108. Grayscale: #676767. Windows color (decimal): -4055305 or 16195266. OLE color: 16195266.
HSL color Cylindrical-coordinate representation of color #C21EF7: hue angle of 285.35º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21EF7 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 30 | 247 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.03 |
| HSL | 285.35º | 0.93% | 0.54% | - |
| HSV(B) | 285.35º | 0.88% | 0.97% | - |
| XYZ | 39.5 | 19.11 | 89.6 | - |
| YUV | 103.77 | 208.83 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 247 | 0.21 | 0.88 | 0 | 0.03 | 285.35 | 0.93 | 0.54 |
| Hex | C2 | 1E | F7 | 15 | 58 | 0 | 3 | 11D | 5D | 36 |
| Octal | 302 | 36 | 367 | 25 | 130 | 0 | 3 | 435 | 135 | 66 |
| Binary | 11000010 | 11110 | 11110111 | 10101 | 1011000 | 0 | 11 | 100011101 | 1011101 | 110110 |
Color Harmonies of #C21EF7
Complementary color
Monochromatic Colors of #C21EF7
Black with #C21EF7
Text Example
Text Example
White with #C21EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21EF7; }
p { color: rgb(194,30,247); }
H1.HeaderClassName
{
color: #C21EF7;
}
.AnyTagClassName
{
color: #C21EF7;
}
</style>
background-color css
<style>
a { background-color: #C21EF7; }
a { background-color: rgb(194,30,247); }
div.DivClassName
{
background-color: #C21EF7;
}
.BgClassName
{
background-color: #C21EF7;
}
</style>
border-color css
<style>
span { border-color: #C21EF7; }
span { border-color: rgb(194,30,247); }
td.TdClassName
{
border-color: #C21EF7;
}
.TagClassName
{
border-color: #C21EF7;
}
</style>