Shades of Electric Purple #C412FC
Tints of Electric Purple #C412FC
RGB
CMYK
RGB Variations
Color information
#C412FC (or 0xC412FC) is known color: Electric Purple. HEX triplet: C4, 12 and FC. RGB value is (196,18,252). Sum of RGB (Red+Green+Blue) = 196+18+252=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #C412FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C412FC is #3BED03. Grayscale: #616161. Windows color (decimal): -3927300 or 16519876. OLE color: 16519876.
HSL color Cylindrical-coordinate representation of color #C412FC: hue angle of 285.64º 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 #C412FC is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 18 | 252 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.01 |
| HSL | 285.64º | 0.98% | 0.53% | - |
| HSV(B) | 285.64º | 0.93% | 0.99% | - |
| XYZ | 40.55 | 19.2 | 93.66 | - |
| YUV | 97.9 | 214.97 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 252 | 0.22 | 0.93 | 0 | 0.01 | 285.64 | 0.98 | 0.53 |
| Hex | C4 | 12 | FC | 16 | 5D | 0 | 1 | 11E | 62 | 35 |
| Octal | 304 | 22 | 374 | 26 | 135 | 0 | 1 | 436 | 142 | 65 |
| Binary | 11000100 | 10010 | 11111100 | 10110 | 1011101 | 0 | 1 | 100011110 | 1100010 | 110101 |
Color Harmonies of #C412FC
Complementary color
Monochromatic Colors of #C412FC
Black with #C412FC
Text Example
Text Example
White with #C412FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C412FC; }
p { color: rgb(196,18,252); }
H1.HeaderClassName
{
color: #C412FC;
}
.AnyTagClassName
{
color: #C412FC;
}
</style>
background-color css
<style>
a { background-color: #C412FC; }
a { background-color: rgb(196,18,252); }
div.DivClassName
{
background-color: #C412FC;
}
.BgClassName
{
background-color: #C412FC;
}
</style>
border-color css
<style>
span { border-color: #C412FC; }
span { border-color: rgb(196,18,252); }
td.TdClassName
{
border-color: #C412FC;
}
.TagClassName
{
border-color: #C412FC;
}
</style>