Shades of Medium Violet Red #C80A6C
Tints of Medium Violet Red #C80A6C
RGB
CMYK
RGB Variations
Color information
#C80A6C (or 0xC80A6C) is known color: Medium Violet Red. HEX triplet: C8, 0A and 6C. RGB value is (200,10,108). Sum of RGB (Red+Green+Blue) = 200+10+108=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A6C is #37F593. Grayscale: #4D4D4D. Windows color (decimal): -3667348 or 7080648. OLE color: 7080648.
HSL color Cylindrical-coordinate representation of color #C80A6C: hue angle of 329.05º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A6C is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 108 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.22 |
| HSL | 329.05º | 0.9% | 0.41% | - |
| HSV(B) | 329.05º | 0.95% | 0.78% | - |
| XYZ | 26.63 | 13.58 | 15.4 | - |
| YUV | 77.98 | 144.95 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 108 | 0 | 0.95 | 0.46 | 0.22 | 329.05 | 0.9 | 0.41 |
| Hex | C8 | A | 6C | 0 | 5F | 2E | 16 | 149 | 5A | 29 |
| Octal | 310 | 12 | 154 | 0 | 137 | 56 | 26 | 511 | 132 | 51 |
| Binary | 11001000 | 1010 | 1101100 | 0 | 1011111 | 101110 | 10110 | 101001001 | 1011010 | 101001 |
Color Harmonies of #C80A6C
Complementary color
Monochromatic Colors of #C80A6C
Black with #C80A6C
Text Example
Text Example
White with #C80A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A6C; }
p { color: rgb(200,10,108); }
H1.HeaderClassName
{
color: #C80A6C;
}
.AnyTagClassName
{
color: #C80A6C;
}
</style>
background-color css
<style>
a { background-color: #C80A6C; }
a { background-color: rgb(200,10,108); }
div.DivClassName
{
background-color: #C80A6C;
}
.BgClassName
{
background-color: #C80A6C;
}
</style>
border-color css
<style>
span { border-color: #C80A6C; }
span { border-color: rgb(200,10,108); }
td.TdClassName
{
border-color: #C80A6C;
}
.TagClassName
{
border-color: #C80A6C;
}
</style>