Shades of Medium Violet Red #C80B7E
Tints of Medium Violet Red #C80B7E
RGB
CMYK
RGB Variations
Color information
#C80B7E (or 0xC80B7E) is known color: Medium Violet Red. HEX triplet: C8, 0B and 7E. RGB value is (200,11,126). Sum of RGB (Red+Green+Blue) = 200+11+126=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B7E is #37F481. Grayscale: #505050. Windows color (decimal): -3667074 or 8260552. OLE color: 8260552.
HSL color Cylindrical-coordinate representation of color #C80B7E: hue angle of 323.49º 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 #C80B7E is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 126 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.22 |
| HSL | 323.49º | 0.9% | 0.41% | - |
| HSV(B) | 323.49º | 0.95% | 0.78% | - |
| XYZ | 27.7 | 14.03 | 20.99 | - |
| YUV | 80.62 | 153.62 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 126 | 0 | 0.94 | 0.37 | 0.22 | 323.49 | 0.9 | 0.41 |
| Hex | C8 | B | 7E | 0 | 5E | 25 | 16 | 143 | 5A | 29 |
| Octal | 310 | 13 | 176 | 0 | 136 | 45 | 26 | 503 | 132 | 51 |
| Binary | 11001000 | 1011 | 1111110 | 0 | 1011110 | 100101 | 10110 | 101000011 | 1011010 | 101001 |
Color Harmonies of #C80B7E
Complementary color
Monochromatic Colors of #C80B7E
Black with #C80B7E
Text Example
Text Example
White with #C80B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B7E; }
p { color: rgb(200,11,126); }
H1.HeaderClassName
{
color: #C80B7E;
}
.AnyTagClassName
{
color: #C80B7E;
}
</style>
background-color css
<style>
a { background-color: #C80B7E; }
a { background-color: rgb(200,11,126); }
div.DivClassName
{
background-color: #C80B7E;
}
.BgClassName
{
background-color: #C80B7E;
}
</style>
border-color css
<style>
span { border-color: #C80B7E; }
span { border-color: rgb(200,11,126); }
td.TdClassName
{
border-color: #C80B7E;
}
.TagClassName
{
border-color: #C80B7E;
}
</style>