Shades of Medium Violet Red #C809A0
Tints of Medium Violet Red #C809A0
RGB
CMYK
RGB Variations
Color information
#C809A0 (or 0xC809A0) is known color: Medium Violet Red. HEX triplet: C8, 09 and A0. RGB value is (200,9,160). Sum of RGB (Red+Green+Blue) = 200+9+160=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C809A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C809A0 is #37F65F. Grayscale: #525252. Windows color (decimal): -3667552 or 10488264. OLE color: 10488264.
HSL color Cylindrical-coordinate representation of color #C809A0: hue angle of 312.57º degrees, saturation: 0.91, 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 #C809A0 is Cyan = 0, Magento = 0.96, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.2 | 0.22 |
| HSL | 312.57º | 0.91% | 0.41% | - |
| HSV(B) | 312.57º | 0.96% | 0.78% | - |
| XYZ | 30.26 | 15.01 | 34.56 | - |
| YUV | 83.32 | 171.28 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 160 | 0 | 0.96 | 0.2 | 0.22 | 312.57 | 0.91 | 0.41 |
| Hex | C8 | 9 | A0 | 0 | 60 | 14 | 16 | 139 | 5B | 29 |
| Octal | 310 | 11 | 240 | 0 | 140 | 24 | 26 | 471 | 133 | 51 |
| Binary | 11001000 | 1001 | 10100000 | 0 | 1100000 | 10100 | 10110 | 100111001 | 1011011 | 101001 |
Color Harmonies of #C809A0
Complementary color
Monochromatic Colors of #C809A0
Black with #C809A0
Text Example
Text Example
White with #C809A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809A0; }
p { color: rgb(200,9,160); }
H1.HeaderClassName
{
color: #C809A0;
}
.AnyTagClassName
{
color: #C809A0;
}
</style>
background-color css
<style>
a { background-color: #C809A0; }
a { background-color: rgb(200,9,160); }
div.DivClassName
{
background-color: #C809A0;
}
.BgClassName
{
background-color: #C809A0;
}
</style>
border-color css
<style>
span { border-color: #C809A0; }
span { border-color: rgb(200,9,160); }
td.TdClassName
{
border-color: #C809A0;
}
.TagClassName
{
border-color: #C809A0;
}
</style>