Shades of Medium Violet Red #C00D82
Tints of Medium Violet Red #C00D82
RGB
CMYK
RGB Variations
Color information
#C00D82 (or 0xC00D82) is known color: Medium Violet Red. HEX triplet: C0, 0D and 82. RGB value is (192,13,130). Sum of RGB (Red+Green+Blue) = 192+13+130=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00D82 is #3FF27D. Grayscale: #4F4F4F. Windows color (decimal): -4190846 or 8523200. OLE color: 8523200.
HSL color Cylindrical-coordinate representation of color #C00D82: hue angle of 320.78º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D82 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 13 | 130 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.25 |
| HSL | 320.78º | 0.87% | 0.4% | - |
| HSV(B) | 320.78º | 0.93% | 0.75% | - |
| XYZ | 25.91 | 13.11 | 22.28 | - |
| YUV | 79.86 | 156.3 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 130 | 0 | 0.93 | 0.32 | 0.25 | 320.78 | 0.87 | 0.4 |
| Hex | C0 | D | 82 | 0 | 5D | 20 | 19 | 141 | 57 | 28 |
| Octal | 300 | 15 | 202 | 0 | 135 | 40 | 31 | 501 | 127 | 50 |
| Binary | 11000000 | 1101 | 10000010 | 0 | 1011101 | 100000 | 11001 | 101000001 | 1010111 | 101000 |
Color Harmonies of #C00D82
Complementary color
Monochromatic Colors of #C00D82
Black with #C00D82
Text Example
Text Example
White with #C00D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00D82; }
p { color: rgb(192,13,130); }
H1.HeaderClassName
{
color: #C00D82;
}
.AnyTagClassName
{
color: #C00D82;
}
</style>
background-color css
<style>
a { background-color: #C00D82; }
a { background-color: rgb(192,13,130); }
div.DivClassName
{
background-color: #C00D82;
}
.BgClassName
{
background-color: #C00D82;
}
</style>
border-color css
<style>
span { border-color: #C00D82; }
span { border-color: rgb(192,13,130); }
td.TdClassName
{
border-color: #C00D82;
}
.TagClassName
{
border-color: #C00D82;
}
</style>