Shades of Medium Violet Red #C404A1
Tints of Medium Violet Red #C404A1
RGB
CMYK
RGB Variations
Color information
#C404A1 (or 0xC404A1) is known color: Medium Violet Red. HEX triplet: C4, 04 and A1. RGB value is (196,4,161). Sum of RGB (Red+Green+Blue) = 196+4+161=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C404A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C404A1 is #3BFB5E. Grayscale: #4E4E4E. Windows color (decimal): -3930975 or 10552516. OLE color: 10552516.
HSL color Cylindrical-coordinate representation of color #C404A1: hue angle of 310.94º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C404A1 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.23 |
| HSL | 310.94º | 0.96% | 0.39% | - |
| HSV(B) | 310.94º | 0.98% | 0.77% | - |
| XYZ | 29.24 | 14.4 | 34.96 | - |
| YUV | 79.31 | 174.11 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 161 | 0 | 0.98 | 0.18 | 0.23 | 310.94 | 0.96 | 0.39 |
| Hex | C4 | 4 | A1 | 0 | 62 | 12 | 17 | 137 | 60 | 27 |
| Octal | 304 | 4 | 241 | 0 | 142 | 22 | 27 | 467 | 140 | 47 |
| Binary | 11000100 | 100 | 10100001 | 0 | 1100010 | 10010 | 10111 | 100110111 | 1100000 | 100111 |
Color Harmonies of #C404A1
Complementary color
Monochromatic Colors of #C404A1
Black with #C404A1
Text Example
Text Example
White with #C404A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C404A1; }
p { color: rgb(196,4,161); }
H1.HeaderClassName
{
color: #C404A1;
}
.AnyTagClassName
{
color: #C404A1;
}
</style>
background-color css
<style>
a { background-color: #C404A1; }
a { background-color: rgb(196,4,161); }
div.DivClassName
{
background-color: #C404A1;
}
.BgClassName
{
background-color: #C404A1;
}
</style>
border-color css
<style>
span { border-color: #C404A1; }
span { border-color: rgb(196,4,161); }
td.TdClassName
{
border-color: #C404A1;
}
.TagClassName
{
border-color: #C404A1;
}
</style>