Shades of Medium Violet Red #C80185
Tints of Medium Violet Red #C80185
RGB
CMYK
RGB Variations
Color information
#C80185 (or 0xC80185) is known color: Medium Violet Red. HEX triplet: C8, 01 and 85. RGB value is (200,1,133). Sum of RGB (Red+Green+Blue) = 200+1+133=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C80185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80185 is #37FE7A. Grayscale: #4B4B4B. Windows color (decimal): -3669627 or 8716744. OLE color: 8716744.
HSL color Cylindrical-coordinate representation of color #C80185: hue angle of 320.2º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80185 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.22 |
| HSL | 320.2º | 0.99% | 0.39% | - |
| HSV(B) | 320.2º | 1% | 0.78% | - |
| XYZ | 28.06 | 13.99 | 23.41 | - |
| YUV | 75.55 | 160.43 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 133 | 0 | 1.00 | 0.34 | 0.22 | 320.2 | 0.99 | 0.39 |
| Hex | C8 | 1 | 85 | 0 | 64 | 22 | 16 | 140 | 63 | 27 |
| Octal | 310 | 1 | 205 | 0 | 144 | 42 | 26 | 500 | 143 | 47 |
| Binary | 11001000 | 1 | 10000101 | 0 | 1100100 | 100010 | 10110 | 101000000 | 1100011 | 100111 |
Color Harmonies of #C80185
Complementary color
Monochromatic Colors of #C80185
Black with #C80185
Text Example
Text Example
White with #C80185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80185; }
p { color: rgb(200,1,133); }
H1.HeaderClassName
{
color: #C80185;
}
.AnyTagClassName
{
color: #C80185;
}
</style>
background-color css
<style>
a { background-color: #C80185; }
a { background-color: rgb(200,1,133); }
div.DivClassName
{
background-color: #C80185;
}
.BgClassName
{
background-color: #C80185;
}
</style>
border-color css
<style>
span { border-color: #C80185; }
span { border-color: rgb(200,1,133); }
td.TdClassName
{
border-color: #C80185;
}
.TagClassName
{
border-color: #C80185;
}
</style>