Shades of Medium Violet Red #C80175
Tints of Medium Violet Red #C80175
RGB
CMYK
RGB Variations
Color information
#C80175 (or 0xC80175) is known color: Medium Violet Red. HEX triplet: C8, 01 and 75. RGB value is (200,1,117). Sum of RGB (Red+Green+Blue) = 200+1+117=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C80175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80175 is #37FE8A. Grayscale: #494949. Windows color (decimal): -3669643 or 7668168. OLE color: 7668168.
HSL color Cylindrical-coordinate representation of color #C80175: hue angle of 325.03º 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 #C80175 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.22 |
| HSL | 325.03º | 0.99% | 0.39% | - |
| HSV(B) | 325.03º | 1% | 0.78% | - |
| XYZ | 27.04 | 13.59 | 18.03 | - |
| YUV | 73.73 | 152.43 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 117 | 0 | 1.00 | 0.42 | 0.22 | 325.03 | 0.99 | 0.39 |
| Hex | C8 | 1 | 75 | 0 | 64 | 2A | 16 | 145 | 63 | 27 |
| Octal | 310 | 1 | 165 | 0 | 144 | 52 | 26 | 505 | 143 | 47 |
| Binary | 11001000 | 1 | 1110101 | 0 | 1100100 | 101010 | 10110 | 101000101 | 1100011 | 100111 |
Color Harmonies of #C80175
Complementary color
Monochromatic Colors of #C80175
Black with #C80175
Text Example
Text Example
White with #C80175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80175; }
p { color: rgb(200,1,117); }
H1.HeaderClassName
{
color: #C80175;
}
.AnyTagClassName
{
color: #C80175;
}
</style>
background-color css
<style>
a { background-color: #C80175; }
a { background-color: rgb(200,1,117); }
div.DivClassName
{
background-color: #C80175;
}
.BgClassName
{
background-color: #C80175;
}
</style>
border-color css
<style>
span { border-color: #C80175; }
span { border-color: rgb(200,1,117); }
td.TdClassName
{
border-color: #C80175;
}
.TagClassName
{
border-color: #C80175;
}
</style>