Shades of Electric Purple #C211FF
Tints of Electric Purple #C211FF
RGB
CMYK
RGB Variations
Color information
#C211FF (or 0xC211FF) is known color: Electric Purple. HEX triplet: C2, 11 and FF. RGB value is (194,17,255). Sum of RGB (Red+Green+Blue) = 194+17+255=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #C211FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C211FF is #3DEE00. Grayscale: #606060. Windows color (decimal): -4058625 or 16716226. OLE color: 16716226.
HSL color Cylindrical-coordinate representation of color #C211FF: hue angle of 284.62º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C211FF is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 17 | 255 | - |
| CMYK | 0.24 | 0.93 | 0 | 0 |
| HSL | 284.62º | 1% | 0.53% | - |
| HSV(B) | 284.62º | 0.93% | 1% | - |
| XYZ | 40.5 | 19.09 | 96.16 | - |
| YUV | 97.06 | 217.14 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 255 | 0.24 | 0.93 | 0 | 0 | 284.62 | 1 | 0.53 |
| Hex | C2 | 11 | FF | 18 | 5D | 0 | 0 | 11D | 64 | 35 |
| Octal | 302 | 21 | 377 | 30 | 135 | 0 | 0 | 435 | 144 | 65 |
| Binary | 11000010 | 10001 | 11111111 | 11000 | 1011101 | 0 | 0 | 100011101 | 1100100 | 110101 |
Color Harmonies of #C211FF
Complementary color
Monochromatic Colors of #C211FF
Black with #C211FF
Text Example
Text Example
White with #C211FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211FF; }
p { color: rgb(194,17,255); }
H1.HeaderClassName
{
color: #C211FF;
}
.AnyTagClassName
{
color: #C211FF;
}
</style>
background-color css
<style>
a { background-color: #C211FF; }
a { background-color: rgb(194,17,255); }
div.DivClassName
{
background-color: #C211FF;
}
.BgClassName
{
background-color: #C211FF;
}
</style>
border-color css
<style>
span { border-color: #C211FF; }
span { border-color: rgb(194,17,255); }
td.TdClassName
{
border-color: #C211FF;
}
.TagClassName
{
border-color: #C211FF;
}
</style>