Shades of Electric Purple #C212FD
Tints of Electric Purple #C212FD
RGB
CMYK
RGB Variations
Color information
#C212FD (or 0xC212FD) is known color: Electric Purple. HEX triplet: C2, 12 and FD. RGB value is (194,18,253). Sum of RGB (Red+Green+Blue) = 194+18+253=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #C212FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C212FD is #3DED02. Grayscale: #606060. Windows color (decimal): -4058371 or 16585410. OLE color: 16585410.
HSL color Cylindrical-coordinate representation of color #C212FD: hue angle of 284.94º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C212FD is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 18 | 253 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.01 |
| HSL | 284.94º | 0.98% | 0.53% | - |
| HSV(B) | 284.94º | 0.93% | 0.99% | - |
| XYZ | 40.19 | 18.99 | 94.48 | - |
| YUV | 97.41 | 215.81 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 253 | 0.23 | 0.93 | 0 | 0.01 | 284.94 | 0.98 | 0.53 |
| Hex | C2 | 12 | FD | 17 | 5D | 0 | 1 | 11D | 62 | 35 |
| Octal | 302 | 22 | 375 | 27 | 135 | 0 | 1 | 435 | 142 | 65 |
| Binary | 11000010 | 10010 | 11111101 | 10111 | 1011101 | 0 | 1 | 100011101 | 1100010 | 110101 |
Color Harmonies of #C212FD
Complementary color
Monochromatic Colors of #C212FD
Black with #C212FD
Text Example
Text Example
White with #C212FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212FD; }
p { color: rgb(194,18,253); }
H1.HeaderClassName
{
color: #C212FD;
}
.AnyTagClassName
{
color: #C212FD;
}
</style>
background-color css
<style>
a { background-color: #C212FD; }
a { background-color: rgb(194,18,253); }
div.DivClassName
{
background-color: #C212FD;
}
.BgClassName
{
background-color: #C212FD;
}
</style>
border-color css
<style>
span { border-color: #C212FD; }
span { border-color: rgb(194,18,253); }
td.TdClassName
{
border-color: #C212FD;
}
.TagClassName
{
border-color: #C212FD;
}
</style>