Shades of Electric Purple #C210FF
Tints of Electric Purple #C210FF
RGB
CMYK
RGB Variations
Color information
#C210FF (or 0xC210FF) is known color: Electric Purple. HEX triplet: C2, 10 and FF. RGB value is (194,16,255). Sum of RGB (Red+Green+Blue) = 194+16+255=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #C210FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210FF is #3DEF00. Grayscale: #5F5F5F. Windows color (decimal): -4058881 or 16715970. OLE color: 16715970.
HSL color Cylindrical-coordinate representation of color #C210FF: hue angle of 284.69º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C210FF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 16 | 255 | - |
| CMYK | 0.24 | 0.94 | 0 | 0 |
| HSL | 284.69º | 1% | 0.53% | - |
| HSV(B) | 284.69º | 0.94% | 1% | - |
| XYZ | 40.48 | 19.06 | 96.15 | - |
| YUV | 96.47 | 217.47 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 255 | 0.24 | 0.94 | 0 | 0 | 284.69 | 1 | 0.53 |
| Hex | C2 | 10 | FF | 18 | 5E | 0 | 0 | 11D | 64 | 35 |
| Octal | 302 | 20 | 377 | 30 | 136 | 0 | 0 | 435 | 144 | 65 |
| Binary | 11000010 | 10000 | 11111111 | 11000 | 1011110 | 0 | 0 | 100011101 | 1100100 | 110101 |
Color Harmonies of #C210FF
Complementary color
Monochromatic Colors of #C210FF
Black with #C210FF
Text Example
Text Example
White with #C210FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210FF; }
p { color: rgb(194,16,255); }
H1.HeaderClassName
{
color: #C210FF;
}
.AnyTagClassName
{
color: #C210FF;
}
</style>
background-color css
<style>
a { background-color: #C210FF; }
a { background-color: rgb(194,16,255); }
div.DivClassName
{
background-color: #C210FF;
}
.BgClassName
{
background-color: #C210FF;
}
</style>
border-color css
<style>
span { border-color: #C210FF; }
span { border-color: rgb(194,16,255); }
td.TdClassName
{
border-color: #C210FF;
}
.TagClassName
{
border-color: #C210FF;
}
</style>