Shades of Medium Violet Red #C806A0
Tints of Medium Violet Red #C806A0
RGB
CMYK
RGB Variations
Color information
#C806A0 (or 0xC806A0) is known color: Medium Violet Red. HEX triplet: C8, 06 and A0. RGB value is (200,6,160). Sum of RGB (Red+Green+Blue) = 200+6+160=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C806A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C806A0 is #37F95F. Grayscale: #515151. Windows color (decimal): -3668320 or 10487496. OLE color: 10487496.
HSL color Cylindrical-coordinate representation of color #C806A0: hue angle of 312.37º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C806A0 is Cyan = 0, Magento = 0.97, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 160 | - |
| CMYK | 0 | 0.97 | 0.2 | 0.22 |
| HSL | 312.37º | 0.94% | 0.4% | - |
| HSV(B) | 312.37º | 0.97% | 0.78% | - |
| XYZ | 30.23 | 14.95 | 34.55 | - |
| YUV | 81.56 | 172.27 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 160 | 0 | 0.97 | 0.2 | 0.22 | 312.37 | 0.94 | 0.4 |
| Hex | C8 | 6 | A0 | 0 | 61 | 14 | 16 | 138 | 5E | 28 |
| Octal | 310 | 6 | 240 | 0 | 141 | 24 | 26 | 470 | 136 | 50 |
| Binary | 11001000 | 110 | 10100000 | 0 | 1100001 | 10100 | 10110 | 100111000 | 1011110 | 101000 |
Color Harmonies of #C806A0
Complementary color
Monochromatic Colors of #C806A0
Black with #C806A0
Text Example
Text Example
White with #C806A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806A0; }
p { color: rgb(200,6,160); }
H1.HeaderClassName
{
color: #C806A0;
}
.AnyTagClassName
{
color: #C806A0;
}
</style>
background-color css
<style>
a { background-color: #C806A0; }
a { background-color: rgb(200,6,160); }
div.DivClassName
{
background-color: #C806A0;
}
.BgClassName
{
background-color: #C806A0;
}
</style>
border-color css
<style>
span { border-color: #C806A0; }
span { border-color: rgb(200,6,160); }
td.TdClassName
{
border-color: #C806A0;
}
.TagClassName
{
border-color: #C806A0;
}
</style>