Shades of Medium Violet Red #C414A8
Tints of Medium Violet Red #C414A8
RGB
CMYK
RGB Variations
Color information
#C414A8 (or 0xC414A8) is known color: Medium Violet Red. HEX triplet: C4, 14 and A8. RGB value is (196,20,168). Sum of RGB (Red+Green+Blue) = 196+20+168=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C414A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C414A8 is #3BEB57. Grayscale: #595959. Windows color (decimal): -3926872 or 11015364. OLE color: 11015364.
HSL color Cylindrical-coordinate representation of color #C414A8: hue angle of 309.55º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C414A8 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 168 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.23 |
| HSL | 309.55º | 0.81% | 0.42% | - |
| HSV(B) | 309.55º | 0.9% | 0.77% | - |
| XYZ | 30.08 | 15.06 | 38.37 | - |
| YUV | 89.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 168 | 0 | 0.90 | 0.14 | 0.23 | 309.55 | 0.81 | 0.42 |
| Hex | C4 | 14 | A8 | 0 | 5A | E | 17 | 136 | 51 | 2A |
| Octal | 304 | 24 | 250 | 0 | 132 | 16 | 27 | 466 | 121 | 52 |
| Binary | 11000100 | 10100 | 10101000 | 0 | 1011010 | 1110 | 10111 | 100110110 | 1010001 | 101010 |
Color Harmonies of #C414A8
Complementary color
Monochromatic Colors of #C414A8
Black with #C414A8
Text Example
Text Example
White with #C414A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C414A8; }
p { color: rgb(196,20,168); }
H1.HeaderClassName
{
color: #C414A8;
}
.AnyTagClassName
{
color: #C414A8;
}
</style>
background-color css
<style>
a { background-color: #C414A8; }
a { background-color: rgb(196,20,168); }
div.DivClassName
{
background-color: #C414A8;
}
.BgClassName
{
background-color: #C414A8;
}
</style>
border-color css
<style>
span { border-color: #C414A8; }
span { border-color: rgb(196,20,168); }
td.TdClassName
{
border-color: #C414A8;
}
.TagClassName
{
border-color: #C414A8;
}
</style>