Shades of Medium Violet Red #C80B7A
Tints of Medium Violet Red #C80B7A
RGB
CMYK
RGB Variations
Color information
#C80B7A (or 0xC80B7A) is known color: Medium Violet Red. HEX triplet: C8, 0B and 7A. RGB value is (200,11,122). Sum of RGB (Red+Green+Blue) = 200+11+122=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B7A is #37F485. Grayscale: #4F4F4F. Windows color (decimal): -3667078 or 7998408. OLE color: 7998408.
HSL color Cylindrical-coordinate representation of color #C80B7A: hue angle of 324.76º 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 #C80B7A is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 122 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.22 |
| HSL | 324.76º | 0.9% | 0.41% | - |
| HSV(B) | 324.76º | 0.95% | 0.78% | - |
| XYZ | 27.45 | 13.92 | 19.65 | - |
| YUV | 80.17 | 151.62 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 122 | 0 | 0.94 | 0.39 | 0.22 | 324.76 | 0.9 | 0.41 |
| Hex | C8 | B | 7A | 0 | 5E | 27 | 16 | 145 | 5A | 29 |
| Octal | 310 | 13 | 172 | 0 | 136 | 47 | 26 | 505 | 132 | 51 |
| Binary | 11001000 | 1011 | 1111010 | 0 | 1011110 | 100111 | 10110 | 101000101 | 1011010 | 101001 |
Color Harmonies of #C80B7A
Complementary color
Monochromatic Colors of #C80B7A
Black with #C80B7A
Text Example
Text Example
White with #C80B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B7A; }
p { color: rgb(200,11,122); }
H1.HeaderClassName
{
color: #C80B7A;
}
.AnyTagClassName
{
color: #C80B7A;
}
</style>
background-color css
<style>
a { background-color: #C80B7A; }
a { background-color: rgb(200,11,122); }
div.DivClassName
{
background-color: #C80B7A;
}
.BgClassName
{
background-color: #C80B7A;
}
</style>
border-color css
<style>
span { border-color: #C80B7A; }
span { border-color: rgb(200,11,122); }
td.TdClassName
{
border-color: #C80B7A;
}
.TagClassName
{
border-color: #C80B7A;
}
</style>