Shades of Medium Violet Red #CD0C73
Tints of Medium Violet Red #CD0C73
RGB
CMYK
RGB Variations
Color information
#CD0C73 (or 0xCD0C73) is known color: Medium Violet Red. HEX triplet: CD, 0C and 73. RGB value is (205,12,115). Sum of RGB (Red+Green+Blue) = 205+12+115=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C73 is #32F38C. Grayscale: #515151. Windows color (decimal): -3339149 or 7539917. OLE color: 7539917.
HSL color Cylindrical-coordinate representation of color #CD0C73: hue angle of 327.98º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0C73 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 115 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.20 |
| HSL | 327.98º | 0.89% | 0.43% | - |
| HSV(B) | 327.98º | 0.94% | 0.8% | - |
| XYZ | 28.4 | 14.48 | 17.52 | - |
| YUV | 81.45 | 146.94 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 115 | 0 | 0.94 | 0.44 | 0.20 | 327.98 | 0.89 | 0.43 |
| Hex | CD | C | 73 | 0 | 5E | 2C | 14 | 148 | 59 | 2B |
| Octal | 315 | 14 | 163 | 0 | 136 | 54 | 24 | 510 | 131 | 53 |
| Binary | 11001101 | 1100 | 1110011 | 0 | 1011110 | 101100 | 10100 | 101001000 | 1011001 | 101011 |
Color Harmonies of #CD0C73
Complementary color
Monochromatic Colors of #CD0C73
Black with #CD0C73
Text Example
Text Example
White with #CD0C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C73; }
p { color: rgb(205,12,115); }
H1.HeaderClassName
{
color: #CD0C73;
}
.AnyTagClassName
{
color: #CD0C73;
}
</style>
background-color css
<style>
a { background-color: #CD0C73; }
a { background-color: rgb(205,12,115); }
div.DivClassName
{
background-color: #CD0C73;
}
.BgClassName
{
background-color: #CD0C73;
}
</style>
border-color css
<style>
span { border-color: #CD0C73; }
span { border-color: rgb(205,12,115); }
td.TdClassName
{
border-color: #CD0C73;
}
.TagClassName
{
border-color: #CD0C73;
}
</style>