Shades of Electric Purple #C221F1
Tints of Electric Purple #C221F1
RGB
CMYK
RGB Variations
Color information
#C221F1 (or 0xC221F1) is known color: Electric Purple. HEX triplet: C2, 21 and F1. RGB value is (194,33,241). Sum of RGB (Red+Green+Blue) = 194+33+241=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #C221F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221F1 is #3DDE0E. Grayscale: #686868. Windows color (decimal): -4054543 or 15802818. OLE color: 15802818.
HSL color Cylindrical-coordinate representation of color #C221F1: hue angle of 286.44º 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 #C221F1 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 33 | 241 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.05 |
| HSL | 286.44º | 0.88% | 0.54% | - |
| HSV(B) | 286.44º | 0.86% | 0.95% | - |
| XYZ | 38.67 | 18.91 | 84.83 | - |
| YUV | 104.85 | 204.84 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 241 | 0.20 | 0.86 | 0 | 0.05 | 286.44 | 0.88 | 0.54 |
| Hex | C2 | 21 | F1 | 14 | 56 | 0 | 5 | 11E | 58 | 36 |
| Octal | 302 | 41 | 361 | 24 | 126 | 0 | 5 | 436 | 130 | 66 |
| Binary | 11000010 | 100001 | 11110001 | 10100 | 1010110 | 0 | 101 | 100011110 | 1011000 | 110110 |
Color Harmonies of #C221F1
Complementary color
Monochromatic Colors of #C221F1
Black with #C221F1
Text Example
Text Example
White with #C221F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221F1; }
p { color: rgb(194,33,241); }
H1.HeaderClassName
{
color: #C221F1;
}
.AnyTagClassName
{
color: #C221F1;
}
</style>
background-color css
<style>
a { background-color: #C221F1; }
a { background-color: rgb(194,33,241); }
div.DivClassName
{
background-color: #C221F1;
}
.BgClassName
{
background-color: #C221F1;
}
</style>
border-color css
<style>
span { border-color: #C221F1; }
span { border-color: rgb(194,33,241); }
td.TdClassName
{
border-color: #C221F1;
}
.TagClassName
{
border-color: #C221F1;
}
</style>