Shades of Medium Violet Red #C916A2
Tints of Medium Violet Red #C916A2
RGB
CMYK
RGB Variations
Color information
#C916A2 (or 0xC916A2) is known color: Medium Violet Red. HEX triplet: C9, 16 and A2. RGB value is (201,22,162). Sum of RGB (Red+Green+Blue) = 201+22+162=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C916A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C916A2 is #36E95D. Grayscale: #5B5B5B. Windows color (decimal): -3598686 or 10622665. OLE color: 10622665.
HSL color Cylindrical-coordinate representation of color #C916A2: hue angle of 313.07º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C916A2 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 162 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.21 |
| HSL | 313.07º | 0.8% | 0.44% | - |
| HSV(B) | 313.07º | 0.89% | 0.79% | - |
| XYZ | 30.9 | 15.6 | 35.57 | - |
| YUV | 91.48 | 167.8 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 162 | 0 | 0.89 | 0.19 | 0.21 | 313.07 | 0.8 | 0.44 |
| Hex | C9 | 16 | A2 | 0 | 59 | 13 | 15 | 139 | 50 | 2C |
| Octal | 311 | 26 | 242 | 0 | 131 | 23 | 25 | 471 | 120 | 54 |
| Binary | 11001001 | 10110 | 10100010 | 0 | 1011001 | 10011 | 10101 | 100111001 | 1010000 | 101100 |
Color Harmonies of #C916A2
Complementary color
Monochromatic Colors of #C916A2
Black with #C916A2
Text Example
Text Example
White with #C916A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C916A2; }
p { color: rgb(201,22,162); }
H1.HeaderClassName
{
color: #C916A2;
}
.AnyTagClassName
{
color: #C916A2;
}
</style>
background-color css
<style>
a { background-color: #C916A2; }
a { background-color: rgb(201,22,162); }
div.DivClassName
{
background-color: #C916A2;
}
.BgClassName
{
background-color: #C916A2;
}
</style>
border-color css
<style>
span { border-color: #C916A2; }
span { border-color: rgb(201,22,162); }
td.TdClassName
{
border-color: #C916A2;
}
.TagClassName
{
border-color: #C916A2;
}
</style>