Shades of Medium Violet Red #C81773
Tints of Medium Violet Red #C81773
RGB
CMYK
RGB Variations
Color information
#C81773 (or 0xC81773) is known color: Medium Violet Red. HEX triplet: C8, 17 and 73. RGB value is (200,23,115). Sum of RGB (Red+Green+Blue) = 200+23+115=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C81773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81773 is #37E88C. Grayscale: #565656. Windows color (decimal): -3664013 or 7542728. OLE color: 7542728.
HSL color Cylindrical-coordinate representation of color #C81773: hue angle of 328.81º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81773 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 115 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.22 |
| HSL | 328.81º | 0.79% | 0.44% | - |
| HSV(B) | 328.81º | 0.89% | 0.78% | - |
| XYZ | 27.22 | 14.13 | 17.51 | - |
| YUV | 86.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 115 | 0 | 0.88 | 0.42 | 0.22 | 328.81 | 0.79 | 0.44 |
| Hex | C8 | 17 | 73 | 0 | 58 | 2A | 16 | 149 | 4F | 2C |
| Octal | 310 | 27 | 163 | 0 | 130 | 52 | 26 | 511 | 117 | 54 |
| Binary | 11001000 | 10111 | 1110011 | 0 | 1011000 | 101010 | 10110 | 101001001 | 1001111 | 101100 |
Color Harmonies of #C81773
Complementary color
Monochromatic Colors of #C81773
Black with #C81773
Text Example
Text Example
White with #C81773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81773; }
p { color: rgb(200,23,115); }
H1.HeaderClassName
{
color: #C81773;
}
.AnyTagClassName
{
color: #C81773;
}
</style>
background-color css
<style>
a { background-color: #C81773; }
a { background-color: rgb(200,23,115); }
div.DivClassName
{
background-color: #C81773;
}
.BgClassName
{
background-color: #C81773;
}
</style>
border-color css
<style>
span { border-color: #C81773; }
span { border-color: rgb(200,23,115); }
td.TdClassName
{
border-color: #C81773;
}
.TagClassName
{
border-color: #C81773;
}
</style>