Shades of Medium Violet Red #C809A7
Tints of Medium Violet Red #C809A7
RGB
CMYK
RGB Variations
Color information
#C809A7 (or 0xC809A7) is known color: Medium Violet Red. HEX triplet: C8, 09 and A7. RGB value is (200,9,167). Sum of RGB (Red+Green+Blue) = 200+9+167=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C809A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C809A7 is #37F658. Grayscale: #535353. Windows color (decimal): -3667545 or 10947016. OLE color: 10947016.
HSL color Cylindrical-coordinate representation of color #C809A7: hue angle of 310.37º 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 #C809A7 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 167 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.22 |
| HSL | 310.37º | 0.91% | 0.41% | - |
| HSV(B) | 310.37º | 0.96% | 0.78% | - |
| XYZ | 30.89 | 15.26 | 37.88 | - |
| YUV | 84.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 167 | 0 | 0.96 | 0.16 | 0.22 | 310.37 | 0.91 | 0.41 |
| Hex | C8 | 9 | A7 | 0 | 60 | 10 | 16 | 136 | 5B | 29 |
| Octal | 310 | 11 | 247 | 0 | 140 | 20 | 26 | 466 | 133 | 51 |
| Binary | 11001000 | 1001 | 10100111 | 0 | 1100000 | 10000 | 10110 | 100110110 | 1011011 | 101001 |
Color Harmonies of #C809A7
Complementary color
Monochromatic Colors of #C809A7
Black with #C809A7
Text Example
Text Example
White with #C809A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809A7; }
p { color: rgb(200,9,167); }
H1.HeaderClassName
{
color: #C809A7;
}
.AnyTagClassName
{
color: #C809A7;
}
</style>
background-color css
<style>
a { background-color: #C809A7; }
a { background-color: rgb(200,9,167); }
div.DivClassName
{
background-color: #C809A7;
}
.BgClassName
{
background-color: #C809A7;
}
</style>
border-color css
<style>
span { border-color: #C809A7; }
span { border-color: rgb(200,9,167); }
td.TdClassName
{
border-color: #C809A7;
}
.TagClassName
{
border-color: #C809A7;
}
</style>