Shades of Electric Purple #C210FC
Tints of Electric Purple #C210FC
RGB
CMYK
RGB Variations
Color information
#C210FC (or 0xC210FC) is known color: Electric Purple. HEX triplet: C2, 10 and FC. RGB value is (194,16,252). Sum of RGB (Red+Green+Blue) = 194+16+252=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #C210FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210FC is #3DEF03. Grayscale: #5F5F5F. Windows color (decimal): -4058884 or 16519362. OLE color: 16519362.
HSL color Cylindrical-coordinate representation of color #C210FC: hue angle of 285.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C210FC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 16 | 252 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.01 |
| HSL | 285.25º | 0.98% | 0.53% | - |
| HSV(B) | 285.25º | 0.94% | 0.99% | - |
| XYZ | 40 | 18.87 | 93.63 | - |
| YUV | 96.13 | 215.97 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 252 | 0.23 | 0.94 | 0 | 0.01 | 285.25 | 0.98 | 0.53 |
| Hex | C2 | 10 | FC | 17 | 5E | 0 | 1 | 11D | 62 | 35 |
| Octal | 302 | 20 | 374 | 27 | 136 | 0 | 1 | 435 | 142 | 65 |
| Binary | 11000010 | 10000 | 11111100 | 10111 | 1011110 | 0 | 1 | 100011101 | 1100010 | 110101 |
Color Harmonies of #C210FC
Complementary color
Monochromatic Colors of #C210FC
Black with #C210FC
Text Example
Text Example
White with #C210FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210FC; }
p { color: rgb(194,16,252); }
H1.HeaderClassName
{
color: #C210FC;
}
.AnyTagClassName
{
color: #C210FC;
}
</style>
background-color css
<style>
a { background-color: #C210FC; }
a { background-color: rgb(194,16,252); }
div.DivClassName
{
background-color: #C210FC;
}
.BgClassName
{
background-color: #C210FC;
}
</style>
border-color css
<style>
span { border-color: #C210FC; }
span { border-color: rgb(194,16,252); }
td.TdClassName
{
border-color: #C210FC;
}
.TagClassName
{
border-color: #C210FC;
}
</style>