Shades of Medium Violet Red #C81B6F
Tints of Medium Violet Red #C81B6F
RGB
CMYK
RGB Variations
Color information
#C81B6F (or 0xC81B6F) is known color: Medium Violet Red. HEX triplet: C8, 1B and 6F. RGB value is (200,27,111). Sum of RGB (Red+Green+Blue) = 200+27+111=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81B6F is #37E490. Grayscale: #585858. Windows color (decimal): -3662993 or 7281608. OLE color: 7281608.
HSL color Cylindrical-coordinate representation of color #C81B6F: hue angle of 330.87º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81B6F is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 27 | 111 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.22 |
| HSL | 330.87º | 0.76% | 0.45% | - |
| HSV(B) | 330.87º | 0.87% | 0.78% | - |
| XYZ | 27.08 | 14.21 | 16.35 | - |
| YUV | 88.3 | 140.81 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 111 | 0 | 0.86 | 0.44 | 0.22 | 330.87 | 0.76 | 0.45 |
| Hex | C8 | 1B | 6F | 0 | 56 | 2C | 16 | 14B | 4C | 2D |
| Octal | 310 | 33 | 157 | 0 | 126 | 54 | 26 | 513 | 114 | 55 |
| Binary | 11001000 | 11011 | 1101111 | 0 | 1010110 | 101100 | 10110 | 101001011 | 1001100 | 101101 |
Color Harmonies of #C81B6F
Complementary color
Monochromatic Colors of #C81B6F
Black with #C81B6F
Text Example
Text Example
White with #C81B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81B6F; }
p { color: rgb(200,27,111); }
H1.HeaderClassName
{
color: #C81B6F;
}
.AnyTagClassName
{
color: #C81B6F;
}
</style>
background-color css
<style>
a { background-color: #C81B6F; }
a { background-color: rgb(200,27,111); }
div.DivClassName
{
background-color: #C81B6F;
}
.BgClassName
{
background-color: #C81B6F;
}
</style>
border-color css
<style>
span { border-color: #C81B6F; }
span { border-color: rgb(200,27,111); }
td.TdClassName
{
border-color: #C81B6F;
}
.TagClassName
{
border-color: #C81B6F;
}
</style>