Shades of Electric Purple #C822F1
Tints of Electric Purple #C822F1
RGB
CMYK
RGB Variations
Color information
#C822F1 (or 0xC822F1) is known color: Electric Purple. HEX triplet: C8, 22 and F1. RGB value is (200,34,241). Sum of RGB (Red+Green+Blue) = 200+34+241=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 34 (13.67% from 255 or 7.16% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #C822F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C822F1 is #37DD0E. Grayscale: #6A6A6A. Windows color (decimal): -3661071 or 15803080. OLE color: 15803080.
HSL color Cylindrical-coordinate representation of color #C822F1: hue angle of 288.12º 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 #C822F1 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 34 | 241 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.05 |
| HSL | 288.12º | 0.88% | 0.54% | - |
| HSV(B) | 288.12º | 0.86% | 0.95% | - |
| XYZ | 40.27 | 19.77 | 84.91 | - |
| YUV | 107.23 | 203.5 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 241 | 0.17 | 0.86 | 0 | 0.05 | 288.12 | 0.88 | 0.54 |
| Hex | C8 | 22 | F1 | 11 | 56 | 0 | 5 | 120 | 58 | 36 |
| Octal | 310 | 42 | 361 | 21 | 126 | 0 | 5 | 440 | 130 | 66 |
| Binary | 11001000 | 100010 | 11110001 | 10001 | 1010110 | 0 | 101 | 100100000 | 1011000 | 110110 |
Color Harmonies of #C822F1
Complementary color
Monochromatic Colors of #C822F1
Black with #C822F1
Text Example
Text Example
White with #C822F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822F1; }
p { color: rgb(200,34,241); }
H1.HeaderClassName
{
color: #C822F1;
}
.AnyTagClassName
{
color: #C822F1;
}
</style>
background-color css
<style>
a { background-color: #C822F1; }
a { background-color: rgb(200,34,241); }
div.DivClassName
{
background-color: #C822F1;
}
.BgClassName
{
background-color: #C822F1;
}
</style>
border-color css
<style>
span { border-color: #C822F1; }
span { border-color: rgb(200,34,241); }
td.TdClassName
{
border-color: #C822F1;
}
.TagClassName
{
border-color: #C822F1;
}
</style>