Shades of Medium Violet Red #C8006D
Tints of Medium Violet Red #C8006D
RGB
CMYK
RGB Variations
Color information
#C8006D (or 0xC8006D) is known color: Medium Violet Red. HEX triplet: C8, 00 and 6D. RGB value is (200,0,109). Sum of RGB (Red+Green+Blue) = 200+0+109=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8006D is #37FF92. Grayscale: #474747. Windows color (decimal): -3669907 or 7143624. OLE color: 7143624.
HSL color Cylindrical-coordinate representation of color #C8006D: hue angle of 327.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8006D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.46 | 0.22 |
| HSL | 327.3º | 1% | 0.39% | - |
| HSV(B) | 327.3º | 1% | 0.78% | - |
| XYZ | 26.58 | 13.38 | 15.65 | - |
| YUV | 72.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 109 | 0 | 1 | 0.46 | 0.22 | 327.3 | 1 | 0.39 |
| Hex | C8 | 0 | 6D | 0 | 64 | 2E | 16 | 147 | 64 | 27 |
| Octal | 310 | 0 | 155 | 0 | 144 | 56 | 26 | 507 | 144 | 47 |
| Binary | 11001000 | 0 | 1101101 | 0 | 1100100 | 101110 | 10110 | 101000111 | 1100100 | 100111 |
Color Harmonies of #C8006D
Complementary color
Monochromatic Colors of #C8006D
Black with #C8006D
Text Example
Text Example
White with #C8006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8006D; }
p { color: rgb(200,0,109); }
H1.HeaderClassName
{
color: #C8006D;
}
.AnyTagClassName
{
color: #C8006D;
}
</style>
background-color css
<style>
a { background-color: #C8006D; }
a { background-color: rgb(200,0,109); }
div.DivClassName
{
background-color: #C8006D;
}
.BgClassName
{
background-color: #C8006D;
}
</style>
border-color css
<style>
span { border-color: #C8006D; }
span { border-color: rgb(200,0,109); }
td.TdClassName
{
border-color: #C8006D;
}
.TagClassName
{
border-color: #C8006D;
}
</style>