Shades of Medium Violet Red #C8006B
Tints of Medium Violet Red #C8006B
RGB
CMYK
RGB Variations
Color information
#C8006B (or 0xC8006B) is known color: Medium Violet Red. HEX triplet: C8, 00 and 6B. RGB value is (200,0,107). Sum of RGB (Red+Green+Blue) = 200+0+107=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C8006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8006B is #37FF94. Grayscale: #474747. Windows color (decimal): -3669909 or 7012552. OLE color: 7012552.
HSL color Cylindrical-coordinate representation of color #C8006B: hue angle of 327.9º 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 #C8006B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.46 | 0.22 |
| HSL | 327.9º | 1% | 0.39% | - |
| HSV(B) | 327.9º | 1% | 0.78% | - |
| XYZ | 26.47 | 13.34 | 15.09 | - |
| YUV | 72 | 147.76 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 107 | 0 | 1 | 0.46 | 0.22 | 327.9 | 1 | 0.39 |
| Hex | C8 | 0 | 6B | 0 | 64 | 2E | 16 | 148 | 64 | 27 |
| Octal | 310 | 0 | 153 | 0 | 144 | 56 | 26 | 510 | 144 | 47 |
| Binary | 11001000 | 0 | 1101011 | 0 | 1100100 | 101110 | 10110 | 101001000 | 1100100 | 100111 |
Color Harmonies of #C8006B
Complementary color
Monochromatic Colors of #C8006B
Black with #C8006B
Text Example
Text Example
White with #C8006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8006B; }
p { color: rgb(200,0,107); }
H1.HeaderClassName
{
color: #C8006B;
}
.AnyTagClassName
{
color: #C8006B;
}
</style>
background-color css
<style>
a { background-color: #C8006B; }
a { background-color: rgb(200,0,107); }
div.DivClassName
{
background-color: #C8006B;
}
.BgClassName
{
background-color: #C8006B;
}
</style>
border-color css
<style>
span { border-color: #C8006B; }
span { border-color: rgb(200,0,107); }
td.TdClassName
{
border-color: #C8006B;
}
.TagClassName
{
border-color: #C8006B;
}
</style>