Shades of Medium Violet Red #C8066B
Tints of Medium Violet Red #C8066B
RGB
CMYK
RGB Variations
Color information
#C8066B (or 0xC8066B) is known color: Medium Violet Red. HEX triplet: C8, 06 and 6B. RGB value is (200,6,107). Sum of RGB (Red+Green+Blue) = 200+6+107=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8066B is #37F994. Grayscale: #4B4B4B. Windows color (decimal): -3668373 or 7014088. OLE color: 7014088.
HSL color Cylindrical-coordinate representation of color #C8066B: hue angle of 328.76º 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 #C8066B is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.22 |
| HSL | 328.76º | 0.94% | 0.4% | - |
| HSV(B) | 328.76º | 0.97% | 0.78% | - |
| XYZ | 26.54 | 13.47 | 15.11 | - |
| YUV | 75.52 | 145.77 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 107 | 0 | 0.97 | 0.46 | 0.22 | 328.76 | 0.94 | 0.4 |
| Hex | C8 | 6 | 6B | 0 | 61 | 2E | 16 | 149 | 5E | 28 |
| Octal | 310 | 6 | 153 | 0 | 141 | 56 | 26 | 511 | 136 | 50 |
| Binary | 11001000 | 110 | 1101011 | 0 | 1100001 | 101110 | 10110 | 101001001 | 1011110 | 101000 |
Color Harmonies of #C8066B
Complementary color
Monochromatic Colors of #C8066B
Black with #C8066B
Text Example
Text Example
White with #C8066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8066B; }
p { color: rgb(200,6,107); }
H1.HeaderClassName
{
color: #C8066B;
}
.AnyTagClassName
{
color: #C8066B;
}
</style>
background-color css
<style>
a { background-color: #C8066B; }
a { background-color: rgb(200,6,107); }
div.DivClassName
{
background-color: #C8066B;
}
.BgClassName
{
background-color: #C8066B;
}
</style>
border-color css
<style>
span { border-color: #C8066B; }
span { border-color: rgb(200,6,107); }
td.TdClassName
{
border-color: #C8066B;
}
.TagClassName
{
border-color: #C8066B;
}
</style>