Shades of Medium Violet Red #C81083
Tints of Medium Violet Red #C81083
RGB
CMYK
RGB Variations
Color information
#C81083 (or 0xC81083) is known color: Medium Violet Red. HEX triplet: C8, 10 and 83. RGB value is (200,16,131). Sum of RGB (Red+Green+Blue) = 200+16+131=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C81083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81083 is #37EF7C. Grayscale: #535353. Windows color (decimal): -3665789 or 8589512. OLE color: 8589512.
HSL color Cylindrical-coordinate representation of color #C81083: hue angle of 322.5º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81083 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 131 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.22 |
| HSL | 322.5º | 0.85% | 0.42% | - |
| HSV(B) | 322.5º | 0.92% | 0.78% | - |
| XYZ | 28.1 | 14.29 | 22.75 | - |
| YUV | 84.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 131 | 0 | 0.92 | 0.34 | 0.22 | 322.5 | 0.85 | 0.42 |
| Hex | C8 | 10 | 83 | 0 | 5C | 22 | 16 | 142 | 55 | 2A |
| Octal | 310 | 20 | 203 | 0 | 134 | 42 | 26 | 502 | 125 | 52 |
| Binary | 11001000 | 10000 | 10000011 | 0 | 1011100 | 100010 | 10110 | 101000010 | 1010101 | 101010 |
Color Harmonies of #C81083
Complementary color
Monochromatic Colors of #C81083
Black with #C81083
Text Example
Text Example
White with #C81083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81083; }
p { color: rgb(200,16,131); }
H1.HeaderClassName
{
color: #C81083;
}
.AnyTagClassName
{
color: #C81083;
}
</style>
background-color css
<style>
a { background-color: #C81083; }
a { background-color: rgb(200,16,131); }
div.DivClassName
{
background-color: #C81083;
}
.BgClassName
{
background-color: #C81083;
}
</style>
border-color css
<style>
span { border-color: #C81083; }
span { border-color: rgb(200,16,131); }
td.TdClassName
{
border-color: #C81083;
}
.TagClassName
{
border-color: #C81083;
}
</style>