Shades of Electric Purple #C210F8
Tints of Electric Purple #C210F8
RGB
CMYK
RGB Variations
Color information
#C210F8 (or 0xC210F8) is known color: Electric Purple. HEX triplet: C2, 10 and F8. RGB value is (194,16,248). Sum of RGB (Red+Green+Blue) = 194+16+248=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #C210F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210F8 is #3DEF07. Grayscale: #5E5E5E. Windows color (decimal): -4058888 or 16257218. OLE color: 16257218.
HSL color Cylindrical-coordinate representation of color #C210F8: hue angle of 286.03º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C210F8 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 16 | 248 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.03 |
| HSL | 286.03º | 0.94% | 0.52% | - |
| HSV(B) | 286.03º | 0.94% | 0.97% | - |
| XYZ | 39.38 | 18.62 | 90.33 | - |
| YUV | 95.67 | 213.97 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 248 | 0.22 | 0.94 | 0 | 0.03 | 286.03 | 0.94 | 0.52 |
| Hex | C2 | 10 | F8 | 16 | 5E | 0 | 3 | 11E | 5E | 34 |
| Octal | 302 | 20 | 370 | 26 | 136 | 0 | 3 | 436 | 136 | 64 |
| Binary | 11000010 | 10000 | 11111000 | 10110 | 1011110 | 0 | 11 | 100011110 | 1011110 | 110100 |
Color Harmonies of #C210F8
Complementary color
Monochromatic Colors of #C210F8
Black with #C210F8
Text Example
Text Example
White with #C210F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210F8; }
p { color: rgb(194,16,248); }
H1.HeaderClassName
{
color: #C210F8;
}
.AnyTagClassName
{
color: #C210F8;
}
</style>
background-color css
<style>
a { background-color: #C210F8; }
a { background-color: rgb(194,16,248); }
div.DivClassName
{
background-color: #C210F8;
}
.BgClassName
{
background-color: #C210F8;
}
</style>
border-color css
<style>
span { border-color: #C210F8; }
span { border-color: rgb(194,16,248); }
td.TdClassName
{
border-color: #C210F8;
}
.TagClassName
{
border-color: #C210F8;
}
</style>