Shades of Medium Violet Red #C400A2
Tints of Medium Violet Red #C400A2
RGB
CMYK
RGB Variations
Color information
#C400A2 (or 0xC400A2) is known color: Medium Violet Red. HEX triplet: C4, 00 and A2. RGB value is (196,0,162). Sum of RGB (Red+Green+Blue) = 196+0+162=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C400A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C400A2 is #3BFF5D. Grayscale: #4C4C4C. Windows color (decimal): -3931998 or 10617028. OLE color: 10617028.
HSL color Cylindrical-coordinate representation of color #C400A2: hue angle of 310.41º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400A2 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.17 | 0.23 |
| HSL | 310.41º | 1% | 0.38% | - |
| HSV(B) | 310.41º | 1% | 0.77% | - |
| XYZ | 29.29 | 14.34 | 35.41 | - |
| YUV | 77.07 | 175.93 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 162 | 0 | 1 | 0.17 | 0.23 | 310.41 | 1 | 0.38 |
| Hex | C4 | 0 | A2 | 0 | 64 | 11 | 17 | 136 | 64 | 26 |
| Octal | 304 | 0 | 242 | 0 | 144 | 21 | 27 | 466 | 144 | 46 |
| Binary | 11000100 | 0 | 10100010 | 0 | 1100100 | 10001 | 10111 | 100110110 | 1100100 | 100110 |
Color Harmonies of #C400A2
Complementary color
Monochromatic Colors of #C400A2
Black with #C400A2
Text Example
Text Example
White with #C400A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400A2; }
p { color: rgb(196,0,162); }
H1.HeaderClassName
{
color: #C400A2;
}
.AnyTagClassName
{
color: #C400A2;
}
</style>
background-color css
<style>
a { background-color: #C400A2; }
a { background-color: rgb(196,0,162); }
div.DivClassName
{
background-color: #C400A2;
}
.BgClassName
{
background-color: #C400A2;
}
</style>
border-color css
<style>
span { border-color: #C400A2; }
span { border-color: rgb(196,0,162); }
td.TdClassName
{
border-color: #C400A2;
}
.TagClassName
{
border-color: #C400A2;
}
</style>