Shades of Medium Violet Red #D00C83
Tints of Medium Violet Red #D00C83
RGB
CMYK
RGB Variations
Color information
#D00C83 (or 0xD00C83) is known color: Medium Violet Red. HEX triplet: D0, 0C and 83. RGB value is (208,12,131). Sum of RGB (Red+Green+Blue) = 208+12+131=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00C83 is #2FF37C. Grayscale: #535353. Windows color (decimal): -3142525 or 8588496. OLE color: 8588496.
HSL color Cylindrical-coordinate representation of color #D00C83: hue angle of 323.57º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C83 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 131 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.18 |
| HSL | 323.57º | 0.89% | 0.43% | - |
| HSV(B) | 323.57º | 0.94% | 0.82% | - |
| XYZ | 30.24 | 15.31 | 22.83 | - |
| YUV | 84.17 | 154.43 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 131 | 0 | 0.94 | 0.37 | 0.18 | 323.57 | 0.89 | 0.43 |
| Hex | D0 | C | 83 | 0 | 5E | 25 | 12 | 144 | 59 | 2B |
| Octal | 320 | 14 | 203 | 0 | 136 | 45 | 22 | 504 | 131 | 53 |
| Binary | 11010000 | 1100 | 10000011 | 0 | 1011110 | 100101 | 10010 | 101000100 | 1011001 | 101011 |
Color Harmonies of #D00C83
Complementary color
Monochromatic Colors of #D00C83
Black with #D00C83
Text Example
Text Example
White with #D00C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C83; }
p { color: rgb(208,12,131); }
H1.HeaderClassName
{
color: #D00C83;
}
.AnyTagClassName
{
color: #D00C83;
}
</style>
background-color css
<style>
a { background-color: #D00C83; }
a { background-color: rgb(208,12,131); }
div.DivClassName
{
background-color: #D00C83;
}
.BgClassName
{
background-color: #D00C83;
}
</style>
border-color css
<style>
span { border-color: #D00C83; }
span { border-color: rgb(208,12,131); }
td.TdClassName
{
border-color: #D00C83;
}
.TagClassName
{
border-color: #D00C83;
}
</style>