Shades of Electric Purple #C219F1
Tints of Electric Purple #C219F1
RGB
CMYK
RGB Variations
Color information
#C219F1 (or 0xC219F1) is known color: Electric Purple. HEX triplet: C2, 19 and F1. RGB value is (194,25,241). Sum of RGB (Red+Green+Blue) = 194+25+241=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #C219F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C219F1 is #3DE60E. Grayscale: #636363. Windows color (decimal): -4056591 or 15800770. OLE color: 15800770.
HSL color Cylindrical-coordinate representation of color #C219F1: hue angle of 286.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C219F1 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 25 | 241 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.05 |
| HSL | 286.94º | 0.89% | 0.52% | - |
| HSV(B) | 286.94º | 0.9% | 0.95% | - |
| XYZ | 38.47 | 18.52 | 84.77 | - |
| YUV | 100.16 | 207.49 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 241 | 0.20 | 0.90 | 0 | 0.05 | 286.94 | 0.89 | 0.52 |
| Hex | C2 | 19 | F1 | 14 | 5A | 0 | 5 | 11F | 59 | 34 |
| Octal | 302 | 31 | 361 | 24 | 132 | 0 | 5 | 437 | 131 | 64 |
| Binary | 11000010 | 11001 | 11110001 | 10100 | 1011010 | 0 | 101 | 100011111 | 1011001 | 110100 |
Color Harmonies of #C219F1
Complementary color
Monochromatic Colors of #C219F1
Black with #C219F1
Text Example
Text Example
White with #C219F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219F1; }
p { color: rgb(194,25,241); }
H1.HeaderClassName
{
color: #C219F1;
}
.AnyTagClassName
{
color: #C219F1;
}
</style>
background-color css
<style>
a { background-color: #C219F1; }
a { background-color: rgb(194,25,241); }
div.DivClassName
{
background-color: #C219F1;
}
.BgClassName
{
background-color: #C219F1;
}
</style>
border-color css
<style>
span { border-color: #C219F1; }
span { border-color: rgb(194,25,241); }
td.TdClassName
{
border-color: #C219F1;
}
.TagClassName
{
border-color: #C219F1;
}
</style>