Shades of Electric Purple #C210FE
Tints of Electric Purple #C210FE
RGB
CMYK
RGB Variations
Color information
#C210FE (or 0xC210FE) is known color: Electric Purple. HEX triplet: C2, 10 and FE. RGB value is (194,16,254). Sum of RGB (Red+Green+Blue) = 194+16+254=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #C210FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210FE is #3DEF01. Grayscale: #5F5F5F. Windows color (decimal): -4058882 or 16650434. OLE color: 16650434.
HSL color Cylindrical-coordinate representation of color #C210FE: hue angle of 284.87º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C210FE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 16 | 254 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.00 |
| HSL | 284.87º | 0.99% | 0.53% | - |
| HSV(B) | 284.87º | 0.94% | 1% | - |
| XYZ | 40.32 | 19 | 95.31 | - |
| YUV | 96.35 | 216.97 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 254 | 0.24 | 0.94 | 0 | 0.00 | 284.87 | 0.99 | 0.53 |
| Hex | C2 | 10 | FE | 18 | 5E | 0 | 0 | 11D | 63 | 35 |
| Octal | 302 | 20 | 376 | 30 | 136 | 0 | 0 | 435 | 143 | 65 |
| Binary | 11000010 | 10000 | 11111110 | 11000 | 1011110 | 0 | 0 | 100011101 | 1100011 | 110101 |
Color Harmonies of #C210FE
Complementary color
Monochromatic Colors of #C210FE
Black with #C210FE
Text Example
Text Example
White with #C210FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210FE; }
p { color: rgb(194,16,254); }
H1.HeaderClassName
{
color: #C210FE;
}
.AnyTagClassName
{
color: #C210FE;
}
</style>
background-color css
<style>
a { background-color: #C210FE; }
a { background-color: rgb(194,16,254); }
div.DivClassName
{
background-color: #C210FE;
}
.BgClassName
{
background-color: #C210FE;
}
</style>
border-color css
<style>
span { border-color: #C210FE; }
span { border-color: rgb(194,16,254); }
td.TdClassName
{
border-color: #C210FE;
}
.TagClassName
{
border-color: #C210FE;
}
</style>