Shades of Medium Violet Red #C80A9D
Tints of Medium Violet Red #C80A9D
RGB
CMYK
RGB Variations
Color information
#C80A9D (or 0xC80A9D) is known color: Medium Violet Red. HEX triplet: C8, 0A and 9D. RGB value is (200,10,157). Sum of RGB (Red+Green+Blue) = 200+10+157=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80A9D is #37F562. Grayscale: #535353. Windows color (decimal): -3667299 or 10291912. OLE color: 10291912.
HSL color Cylindrical-coordinate representation of color #C80A9D: hue angle of 313.58º 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 #C80A9D is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 157 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.22 |
| HSL | 313.58º | 0.9% | 0.41% | - |
| HSV(B) | 313.58º | 0.95% | 0.78% | - |
| XYZ | 30.01 | 14.93 | 33.2 | - |
| YUV | 83.57 | 169.45 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 157 | 0 | 0.95 | 0.22 | 0.22 | 313.58 | 0.9 | 0.41 |
| Hex | C8 | A | 9D | 0 | 5F | 16 | 16 | 13A | 5A | 29 |
| Octal | 310 | 12 | 235 | 0 | 137 | 26 | 26 | 472 | 132 | 51 |
| Binary | 11001000 | 1010 | 10011101 | 0 | 1011111 | 10110 | 10110 | 100111010 | 1011010 | 101001 |
Color Harmonies of #C80A9D
Complementary color
Monochromatic Colors of #C80A9D
Black with #C80A9D
Text Example
Text Example
White with #C80A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A9D; }
p { color: rgb(200,10,157); }
H1.HeaderClassName
{
color: #C80A9D;
}
.AnyTagClassName
{
color: #C80A9D;
}
</style>
background-color css
<style>
a { background-color: #C80A9D; }
a { background-color: rgb(200,10,157); }
div.DivClassName
{
background-color: #C80A9D;
}
.BgClassName
{
background-color: #C80A9D;
}
</style>
border-color css
<style>
span { border-color: #C80A9D; }
span { border-color: rgb(200,10,157); }
td.TdClassName
{
border-color: #C80A9D;
}
.TagClassName
{
border-color: #C80A9D;
}
</style>