Shades of Medium Violet Red #C80375
Tints of Medium Violet Red #C80375
RGB
CMYK
RGB Variations
Color information
#C80375 (or 0xC80375) is known color: Medium Violet Red. HEX triplet: C8, 03 and 75. RGB value is (200,3,117). Sum of RGB (Red+Green+Blue) = 200+3+117=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C80375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80375 is #37FC8A. Grayscale: #4A4A4A. Windows color (decimal): -3669131 or 7668680. OLE color: 7668680.
HSL color Cylindrical-coordinate representation of color #C80375: hue angle of 325.28º 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 #C80375 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.22 |
| HSL | 325.28º | 0.97% | 0.4% | - |
| HSV(B) | 325.28º | 0.99% | 0.78% | - |
| XYZ | 27.06 | 13.63 | 18.03 | - |
| YUV | 74.9 | 151.77 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 117 | 0 | 0.98 | 0.42 | 0.22 | 325.28 | 0.97 | 0.4 |
| Hex | C8 | 3 | 75 | 0 | 62 | 2A | 16 | 145 | 61 | 28 |
| Octal | 310 | 3 | 165 | 0 | 142 | 52 | 26 | 505 | 141 | 50 |
| Binary | 11001000 | 11 | 1110101 | 0 | 1100010 | 101010 | 10110 | 101000101 | 1100001 | 101000 |
Color Harmonies of #C80375
Complementary color
Monochromatic Colors of #C80375
Black with #C80375
Text Example
Text Example
White with #C80375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80375; }
p { color: rgb(200,3,117); }
H1.HeaderClassName
{
color: #C80375;
}
.AnyTagClassName
{
color: #C80375;
}
</style>
background-color css
<style>
a { background-color: #C80375; }
a { background-color: rgb(200,3,117); }
div.DivClassName
{
background-color: #C80375;
}
.BgClassName
{
background-color: #C80375;
}
</style>
border-color css
<style>
span { border-color: #C80375; }
span { border-color: rgb(200,3,117); }
td.TdClassName
{
border-color: #C80375;
}
.TagClassName
{
border-color: #C80375;
}
</style>