Shades of Electric Purple #C212E5
Tints of Electric Purple #C212E5
RGB
CMYK
RGB Variations
Color information
#C212E5 (or 0xC212E5) is known color: Electric Purple. HEX triplet: C2, 12 and E5. RGB value is (194,18,229). Sum of RGB (Red+Green+Blue) = 194+18+229=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #C212E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212E5 is #3DED1A. Grayscale: #5E5E5E. Windows color (decimal): -4058395 or 15012546. OLE color: 15012546.
HSL color Cylindrical-coordinate representation of color #C212E5: hue angle of 290.05º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C212E5 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 18 | 229 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.10 |
| HSL | 290.05º | 0.85% | 0.48% | - |
| HSV(B) | 290.05º | 0.92% | 0.9% | - |
| XYZ | 36.61 | 17.56 | 75.59 | - |
| YUV | 94.68 | 203.81 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 229 | 0.15 | 0.92 | 0 | 0.10 | 290.05 | 0.85 | 0.48 |
| Hex | C2 | 12 | E5 | F | 5C | 0 | A | 122 | 55 | 30 |
| Octal | 302 | 22 | 345 | 17 | 134 | 0 | 12 | 442 | 125 | 60 |
| Binary | 11000010 | 10010 | 11100101 | 1111 | 1011100 | 0 | 1010 | 100100010 | 1010101 | 110000 |
Color Harmonies of #C212E5
Complementary color
Monochromatic Colors of #C212E5
Black with #C212E5
Text Example
Text Example
White with #C212E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212E5; }
p { color: rgb(194,18,229); }
H1.HeaderClassName
{
color: #C212E5;
}
.AnyTagClassName
{
color: #C212E5;
}
</style>
background-color css
<style>
a { background-color: #C212E5; }
a { background-color: rgb(194,18,229); }
div.DivClassName
{
background-color: #C212E5;
}
.BgClassName
{
background-color: #C212E5;
}
</style>
border-color css
<style>
span { border-color: #C212E5; }
span { border-color: rgb(194,18,229); }
td.TdClassName
{
border-color: #C212E5;
}
.TagClassName
{
border-color: #C212E5;
}
</style>