Shades of Medium Violet Red #C81683
Tints of Medium Violet Red #C81683
RGB
CMYK
RGB Variations
Color information
#C81683 (or 0xC81683) is known color: Medium Violet Red. HEX triplet: C8, 16 and 83. RGB value is (200,22,131). Sum of RGB (Red+Green+Blue) = 200+22+131=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C81683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81683 is #37E97C. Grayscale: #575757. Windows color (decimal): -3664253 or 8591048. OLE color: 8591048.
HSL color Cylindrical-coordinate representation of color #C81683: hue angle of 323.26º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81683 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 131 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.22 |
| HSL | 323.26º | 0.8% | 0.44% | - |
| HSV(B) | 323.26º | 0.89% | 0.78% | - |
| XYZ | 28.2 | 14.49 | 22.78 | - |
| YUV | 87.65 | 152.47 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 131 | 0 | 0.89 | 0.34 | 0.22 | 323.26 | 0.8 | 0.44 |
| Hex | C8 | 16 | 83 | 0 | 59 | 22 | 16 | 143 | 50 | 2C |
| Octal | 310 | 26 | 203 | 0 | 131 | 42 | 26 | 503 | 120 | 54 |
| Binary | 11001000 | 10110 | 10000011 | 0 | 1011001 | 100010 | 10110 | 101000011 | 1010000 | 101100 |
Color Harmonies of #C81683
Complementary color
Monochromatic Colors of #C81683
Black with #C81683
Text Example
Text Example
White with #C81683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81683; }
p { color: rgb(200,22,131); }
H1.HeaderClassName
{
color: #C81683;
}
.AnyTagClassName
{
color: #C81683;
}
</style>
background-color css
<style>
a { background-color: #C81683; }
a { background-color: rgb(200,22,131); }
div.DivClassName
{
background-color: #C81683;
}
.BgClassName
{
background-color: #C81683;
}
</style>
border-color css
<style>
span { border-color: #C81683; }
span { border-color: rgb(200,22,131); }
td.TdClassName
{
border-color: #C81683;
}
.TagClassName
{
border-color: #C81683;
}
</style>