Shades of Medium Violet Red #C80385
Tints of Medium Violet Red #C80385
RGB
CMYK
RGB Variations
Color information
#C80385 (or 0xC80385) is known color: Medium Violet Red. HEX triplet: C8, 03 and 85. RGB value is (200,3,133). Sum of RGB (Red+Green+Blue) = 200+3+133=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C80385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80385 is #37FC7A. Grayscale: #4C4C4C. Windows color (decimal): -3669115 or 8717256. OLE color: 8717256.
HSL color Cylindrical-coordinate representation of color #C80385: hue angle of 320.41º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80385 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.22 |
| HSL | 320.41º | 0.97% | 0.4% | - |
| HSV(B) | 320.41º | 0.99% | 0.78% | - |
| XYZ | 28.09 | 14.04 | 23.42 | - |
| YUV | 76.72 | 159.77 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 133 | 0 | 0.98 | 0.34 | 0.22 | 320.41 | 0.97 | 0.4 |
| Hex | C8 | 3 | 85 | 0 | 62 | 22 | 16 | 140 | 61 | 28 |
| Octal | 310 | 3 | 205 | 0 | 142 | 42 | 26 | 500 | 141 | 50 |
| Binary | 11001000 | 11 | 10000101 | 0 | 1100010 | 100010 | 10110 | 101000000 | 1100001 | 101000 |
Color Harmonies of #C80385
Complementary color
Monochromatic Colors of #C80385
Black with #C80385
Text Example
Text Example
White with #C80385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80385; }
p { color: rgb(200,3,133); }
H1.HeaderClassName
{
color: #C80385;
}
.AnyTagClassName
{
color: #C80385;
}
</style>
background-color css
<style>
a { background-color: #C80385; }
a { background-color: rgb(200,3,133); }
div.DivClassName
{
background-color: #C80385;
}
.BgClassName
{
background-color: #C80385;
}
</style>
border-color css
<style>
span { border-color: #C80385; }
span { border-color: rgb(200,3,133); }
td.TdClassName
{
border-color: #C80385;
}
.TagClassName
{
border-color: #C80385;
}
</style>