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