Shades of Medium Violet Red #C81983
Tints of Medium Violet Red #C81983
RGB
CMYK
RGB Variations
Color information
#C81983 (or 0xC81983) is known color: Medium Violet Red. HEX triplet: C8, 19 and 83. RGB value is (200,25,131). Sum of RGB (Red+Green+Blue) = 200+25+131=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C81983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81983 is #37E67C. Grayscale: #595959. Windows color (decimal): -3663485 or 8591816. OLE color: 8591816.
HSL color Cylindrical-coordinate representation of color #C81983: hue angle of 323.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81983 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 131 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.22 |
| HSL | 323.66º | 0.78% | 0.44% | - |
| HSV(B) | 323.66º | 0.88% | 0.78% | - |
| XYZ | 28.26 | 14.61 | 22.8 | - |
| YUV | 89.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 131 | 0 | 0.88 | 0.34 | 0.22 | 323.66 | 0.78 | 0.44 |
| Hex | C8 | 19 | 83 | 0 | 58 | 22 | 16 | 144 | 4E | 2C |
| Octal | 310 | 31 | 203 | 0 | 130 | 42 | 26 | 504 | 116 | 54 |
| Binary | 11001000 | 11001 | 10000011 | 0 | 1011000 | 100010 | 10110 | 101000100 | 1001110 | 101100 |
Color Harmonies of #C81983
Complementary color
Monochromatic Colors of #C81983
Black with #C81983
Text Example
Text Example
White with #C81983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81983; }
p { color: rgb(200,25,131); }
H1.HeaderClassName
{
color: #C81983;
}
.AnyTagClassName
{
color: #C81983;
}
</style>
background-color css
<style>
a { background-color: #C81983; }
a { background-color: rgb(200,25,131); }
div.DivClassName
{
background-color: #C81983;
}
.BgClassName
{
background-color: #C81983;
}
</style>
border-color css
<style>
span { border-color: #C81983; }
span { border-color: rgb(200,25,131); }
td.TdClassName
{
border-color: #C81983;
}
.TagClassName
{
border-color: #C81983;
}
</style>