Shades of Medium Violet Red #C806A6
Tints of Medium Violet Red #C806A6
RGB
CMYK
RGB Variations
Color information
#C806A6 (or 0xC806A6) is known color: Medium Violet Red. HEX triplet: C8, 06 and A6. RGB value is (200,6,166). Sum of RGB (Red+Green+Blue) = 200+6+166=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C806A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C806A6 is #37F959. Grayscale: #515151. Windows color (decimal): -3668314 or 10880712. OLE color: 10880712.
HSL color Cylindrical-coordinate representation of color #C806A6: hue angle of 310.52º 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 #C806A6 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 166 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.22 |
| HSL | 310.52º | 0.94% | 0.4% | - |
| HSV(B) | 310.52º | 0.97% | 0.78% | - |
| XYZ | 30.77 | 15.16 | 37.38 | - |
| YUV | 82.25 | 175.27 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 166 | 0 | 0.97 | 0.17 | 0.22 | 310.52 | 0.94 | 0.4 |
| Hex | C8 | 6 | A6 | 0 | 61 | 11 | 16 | 137 | 5E | 28 |
| Octal | 310 | 6 | 246 | 0 | 141 | 21 | 26 | 467 | 136 | 50 |
| Binary | 11001000 | 110 | 10100110 | 0 | 1100001 | 10001 | 10110 | 100110111 | 1011110 | 101000 |
Color Harmonies of #C806A6
Complementary color
Monochromatic Colors of #C806A6
Black with #C806A6
Text Example
Text Example
White with #C806A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806A6; }
p { color: rgb(200,6,166); }
H1.HeaderClassName
{
color: #C806A6;
}
.AnyTagClassName
{
color: #C806A6;
}
</style>
background-color css
<style>
a { background-color: #C806A6; }
a { background-color: rgb(200,6,166); }
div.DivClassName
{
background-color: #C806A6;
}
.BgClassName
{
background-color: #C806A6;
}
</style>
border-color css
<style>
span { border-color: #C806A6; }
span { border-color: rgb(200,6,166); }
td.TdClassName
{
border-color: #C806A6;
}
.TagClassName
{
border-color: #C806A6;
}
</style>