Shades of Medium Violet Red #C8006F
Tints of Medium Violet Red #C8006F
RGB
CMYK
RGB Variations
Color information
#C8006F (or 0xC8006F) is known color: Medium Violet Red. HEX triplet: C8, 00 and 6F. RGB value is (200,0,111). Sum of RGB (Red+Green+Blue) = 200+0+111=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8006F is #37FF90. Grayscale: #484848. Windows color (decimal): -3669905 or 7274696. OLE color: 7274696.
HSL color Cylindrical-coordinate representation of color #C8006F: hue angle of 326.7º 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 #C8006F is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.44 | 0.22 |
| HSL | 326.7º | 1% | 0.39% | - |
| HSV(B) | 326.7º | 1% | 0.78% | - |
| XYZ | 26.69 | 13.43 | 16.22 | - |
| YUV | 72.45 | 149.76 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 111 | 0 | 1 | 0.44 | 0.22 | 326.7 | 1 | 0.39 |
| Hex | C8 | 0 | 6F | 0 | 64 | 2C | 16 | 147 | 64 | 27 |
| Octal | 310 | 0 | 157 | 0 | 144 | 54 | 26 | 507 | 144 | 47 |
| Binary | 11001000 | 0 | 1101111 | 0 | 1100100 | 101100 | 10110 | 101000111 | 1100100 | 100111 |
Color Harmonies of #C8006F
Complementary color
Monochromatic Colors of #C8006F
Black with #C8006F
Text Example
Text Example
White with #C8006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8006F; }
p { color: rgb(200,0,111); }
H1.HeaderClassName
{
color: #C8006F;
}
.AnyTagClassName
{
color: #C8006F;
}
</style>
background-color css
<style>
a { background-color: #C8006F; }
a { background-color: rgb(200,0,111); }
div.DivClassName
{
background-color: #C8006F;
}
.BgClassName
{
background-color: #C8006F;
}
</style>
border-color css
<style>
span { border-color: #C8006F; }
span { border-color: rgb(200,0,111); }
td.TdClassName
{
border-color: #C8006F;
}
.TagClassName
{
border-color: #C8006F;
}
</style>