Shades of Medium Violet Red #C81785
Tints of Medium Violet Red #C81785
RGB
CMYK
RGB Variations
Color information
#C81785 (or 0xC81785) is known color: Medium Violet Red. HEX triplet: C8, 17 and 85. RGB value is (200,23,133). Sum of RGB (Red+Green+Blue) = 200+23+133=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C81785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81785 is #37E87A. Grayscale: #585858. Windows color (decimal): -3663995 or 8722376. OLE color: 8722376.
HSL color Cylindrical-coordinate representation of color #C81785: hue angle of 322.71º 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 #C81785 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 133 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.22 |
| HSL | 322.71º | 0.79% | 0.44% | - |
| HSV(B) | 322.71º | 0.89% | 0.78% | - |
| XYZ | 28.36 | 14.59 | 23.51 | - |
| YUV | 88.46 | 153.14 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 133 | 0 | 0.88 | 0.34 | 0.22 | 322.71 | 0.79 | 0.44 |
| Hex | C8 | 17 | 85 | 0 | 58 | 22 | 16 | 143 | 4F | 2C |
| Octal | 310 | 27 | 205 | 0 | 130 | 42 | 26 | 503 | 117 | 54 |
| Binary | 11001000 | 10111 | 10000101 | 0 | 1011000 | 100010 | 10110 | 101000011 | 1001111 | 101100 |
Color Harmonies of #C81785
Complementary color
Monochromatic Colors of #C81785
Black with #C81785
Text Example
Text Example
White with #C81785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81785; }
p { color: rgb(200,23,133); }
H1.HeaderClassName
{
color: #C81785;
}
.AnyTagClassName
{
color: #C81785;
}
</style>
background-color css
<style>
a { background-color: #C81785; }
a { background-color: rgb(200,23,133); }
div.DivClassName
{
background-color: #C81785;
}
.BgClassName
{
background-color: #C81785;
}
</style>
border-color css
<style>
span { border-color: #C81785; }
span { border-color: rgb(200,23,133); }
td.TdClassName
{
border-color: #C81785;
}
.TagClassName
{
border-color: #C81785;
}
</style>