Shades of Electric Purple #C21FF1
Tints of Electric Purple #C21FF1
RGB
CMYK
RGB Variations
Color information
#C21FF1 (or 0xC21FF1) is known color: Electric Purple. HEX triplet: C2, 1F and F1. RGB value is (194,31,241). Sum of RGB (Red+Green+Blue) = 194+31+241=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #C21FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21FF1 is #3DE00E. Grayscale: #676767. Windows color (decimal): -4055055 or 15802306. OLE color: 15802306.
HSL color Cylindrical-coordinate representation of color #C21FF1: hue angle of 286.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21FF1 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 31 | 241 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.05 |
| HSL | 286.57º | 0.88% | 0.53% | - |
| HSV(B) | 286.57º | 0.87% | 0.95% | - |
| XYZ | 38.62 | 18.8 | 84.81 | - |
| YUV | 103.68 | 205.5 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 241 | 0.20 | 0.87 | 0 | 0.05 | 286.57 | 0.88 | 0.53 |
| Hex | C2 | 1F | F1 | 14 | 57 | 0 | 5 | 11F | 58 | 35 |
| Octal | 302 | 37 | 361 | 24 | 127 | 0 | 5 | 437 | 130 | 65 |
| Binary | 11000010 | 11111 | 11110001 | 10100 | 1010111 | 0 | 101 | 100011111 | 1011000 | 110101 |
Color Harmonies of #C21FF1
Complementary color
Monochromatic Colors of #C21FF1
Black with #C21FF1
Text Example
Text Example
White with #C21FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FF1; }
p { color: rgb(194,31,241); }
H1.HeaderClassName
{
color: #C21FF1;
}
.AnyTagClassName
{
color: #C21FF1;
}
</style>
background-color css
<style>
a { background-color: #C21FF1; }
a { background-color: rgb(194,31,241); }
div.DivClassName
{
background-color: #C21FF1;
}
.BgClassName
{
background-color: #C21FF1;
}
</style>
border-color css
<style>
span { border-color: #C21FF1; }
span { border-color: rgb(194,31,241); }
td.TdClassName
{
border-color: #C21FF1;
}
.TagClassName
{
border-color: #C21FF1;
}
</style>