Shades of Medium Violet Red #C80B74
Tints of Medium Violet Red #C80B74
RGB
CMYK
RGB Variations
Color information
#C80B74 (or 0xC80B74) is known color: Medium Violet Red. HEX triplet: C8, 0B and 74. RGB value is (200,11,116). Sum of RGB (Red+Green+Blue) = 200+11+116=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B74 is #37F48B. Grayscale: #4F4F4F. Windows color (decimal): -3667084 or 7605192. OLE color: 7605192.
HSL color Cylindrical-coordinate representation of color #C80B74: hue angle of 326.67º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B74 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 116 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.22 |
| HSL | 326.67º | 0.9% | 0.41% | - |
| HSV(B) | 326.67º | 0.95% | 0.78% | - |
| XYZ | 27.09 | 13.78 | 17.75 | - |
| YUV | 79.48 | 148.62 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 116 | 0 | 0.94 | 0.42 | 0.22 | 326.67 | 0.9 | 0.41 |
| Hex | C8 | B | 74 | 0 | 5E | 2A | 16 | 147 | 5A | 29 |
| Octal | 310 | 13 | 164 | 0 | 136 | 52 | 26 | 507 | 132 | 51 |
| Binary | 11001000 | 1011 | 1110100 | 0 | 1011110 | 101010 | 10110 | 101000111 | 1011010 | 101001 |
Color Harmonies of #C80B74
Complementary color
Monochromatic Colors of #C80B74
Black with #C80B74
Text Example
Text Example
White with #C80B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B74; }
p { color: rgb(200,11,116); }
H1.HeaderClassName
{
color: #C80B74;
}
.AnyTagClassName
{
color: #C80B74;
}
</style>
background-color css
<style>
a { background-color: #C80B74; }
a { background-color: rgb(200,11,116); }
div.DivClassName
{
background-color: #C80B74;
}
.BgClassName
{
background-color: #C80B74;
}
</style>
border-color css
<style>
span { border-color: #C80B74; }
span { border-color: rgb(200,11,116); }
td.TdClassName
{
border-color: #C80B74;
}
.TagClassName
{
border-color: #C80B74;
}
</style>