Shades of Medium Violet Red #C8068D
Tints of Medium Violet Red #C8068D
RGB
CMYK
RGB Variations
Color information
#C8068D (or 0xC8068D) is known color: Medium Violet Red. HEX triplet: C8, 06 and 8D. RGB value is (200,6,141). Sum of RGB (Red+Green+Blue) = 200+6+141=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8068D is #37F972. Grayscale: #4F4F4F. Windows color (decimal): -3668339 or 9242312. OLE color: 9242312.
HSL color Cylindrical-coordinate representation of color #C8068D: hue angle of 318.25º 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 #C8068D is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.22 |
| HSL | 318.25º | 0.94% | 0.4% | - |
| HSV(B) | 318.25º | 0.97% | 0.78% | - |
| XYZ | 28.69 | 14.33 | 26.45 | - |
| YUV | 79.4 | 162.77 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 141 | 0 | 0.97 | 0.29 | 0.22 | 318.25 | 0.94 | 0.4 |
| Hex | C8 | 6 | 8D | 0 | 61 | 1D | 16 | 13E | 5E | 28 |
| Octal | 310 | 6 | 215 | 0 | 141 | 35 | 26 | 476 | 136 | 50 |
| Binary | 11001000 | 110 | 10001101 | 0 | 1100001 | 11101 | 10110 | 100111110 | 1011110 | 101000 |
Color Harmonies of #C8068D
Complementary color
Monochromatic Colors of #C8068D
Black with #C8068D
Text Example
Text Example
White with #C8068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8068D; }
p { color: rgb(200,6,141); }
H1.HeaderClassName
{
color: #C8068D;
}
.AnyTagClassName
{
color: #C8068D;
}
</style>
background-color css
<style>
a { background-color: #C8068D; }
a { background-color: rgb(200,6,141); }
div.DivClassName
{
background-color: #C8068D;
}
.BgClassName
{
background-color: #C8068D;
}
</style>
border-color css
<style>
span { border-color: #C8068D; }
span { border-color: rgb(200,6,141); }
td.TdClassName
{
border-color: #C8068D;
}
.TagClassName
{
border-color: #C8068D;
}
</style>