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