Shades of Electric Purple #C821F1
Tints of Electric Purple #C821F1
RGB
CMYK
RGB Variations
Color information
#C821F1 (or 0xC821F1) is known color: Electric Purple. HEX triplet: C8, 21 and F1. RGB value is (200,33,241). Sum of RGB (Red+Green+Blue) = 200+33+241=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #C821F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C821F1 is #37DE0E. Grayscale: #696969. Windows color (decimal): -3661327 or 15802824. OLE color: 15802824.
HSL color Cylindrical-coordinate representation of color #C821F1: hue angle of 288.17º 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 #C821F1 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 33 | 241 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.05 |
| HSL | 288.17º | 0.88% | 0.54% | - |
| HSV(B) | 288.17º | 0.86% | 0.95% | - |
| XYZ | 40.24 | 19.72 | 84.9 | - |
| YUV | 106.65 | 203.83 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 241 | 0.17 | 0.86 | 0 | 0.05 | 288.17 | 0.88 | 0.54 |
| Hex | C8 | 21 | F1 | 11 | 56 | 0 | 5 | 120 | 58 | 36 |
| Octal | 310 | 41 | 361 | 21 | 126 | 0 | 5 | 440 | 130 | 66 |
| Binary | 11001000 | 100001 | 11110001 | 10001 | 1010110 | 0 | 101 | 100100000 | 1011000 | 110110 |
Color Harmonies of #C821F1
Complementary color
Monochromatic Colors of #C821F1
Black with #C821F1
Text Example
Text Example
White with #C821F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821F1; }
p { color: rgb(200,33,241); }
H1.HeaderClassName
{
color: #C821F1;
}
.AnyTagClassName
{
color: #C821F1;
}
</style>
background-color css
<style>
a { background-color: #C821F1; }
a { background-color: rgb(200,33,241); }
div.DivClassName
{
background-color: #C821F1;
}
.BgClassName
{
background-color: #C821F1;
}
</style>
border-color css
<style>
span { border-color: #C821F1; }
span { border-color: rgb(200,33,241); }
td.TdClassName
{
border-color: #C821F1;
}
.TagClassName
{
border-color: #C821F1;
}
</style>