Shades of Medium Violet Red #CD0A73
Tints of Medium Violet Red #CD0A73
RGB
CMYK
RGB Variations
Color information
#CD0A73 (or 0xCD0A73) is known color: Medium Violet Red. HEX triplet: CD, 0A and 73. RGB value is (205,10,115). Sum of RGB (Red+Green+Blue) = 205+10+115=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0A73 is #32F58C. Grayscale: #505050. Windows color (decimal): -3339661 or 7539405. OLE color: 7539405.
HSL color Cylindrical-coordinate representation of color #CD0A73: hue angle of 327.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0A73 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 10 | 115 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.20 |
| HSL | 327.69º | 0.91% | 0.42% | - |
| HSV(B) | 327.69º | 0.95% | 0.8% | - |
| XYZ | 28.38 | 14.43 | 17.51 | - |
| YUV | 80.28 | 147.6 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 115 | 0 | 0.95 | 0.44 | 0.20 | 327.69 | 0.91 | 0.42 |
| Hex | CD | A | 73 | 0 | 5F | 2C | 14 | 148 | 5B | 2A |
| Octal | 315 | 12 | 163 | 0 | 137 | 54 | 24 | 510 | 133 | 52 |
| Binary | 11001101 | 1010 | 1110011 | 0 | 1011111 | 101100 | 10100 | 101001000 | 1011011 | 101010 |
Color Harmonies of #CD0A73
Complementary color
Monochromatic Colors of #CD0A73
Black with #CD0A73
Text Example
Text Example
White with #CD0A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0A73; }
p { color: rgb(205,10,115); }
H1.HeaderClassName
{
color: #CD0A73;
}
.AnyTagClassName
{
color: #CD0A73;
}
</style>
background-color css
<style>
a { background-color: #CD0A73; }
a { background-color: rgb(205,10,115); }
div.DivClassName
{
background-color: #CD0A73;
}
.BgClassName
{
background-color: #CD0A73;
}
</style>
border-color css
<style>
span { border-color: #CD0A73; }
span { border-color: rgb(205,10,115); }
td.TdClassName
{
border-color: #CD0A73;
}
.TagClassName
{
border-color: #CD0A73;
}
</style>