Shades of Medium Violet Red #CD0C7A
Tints of Medium Violet Red #CD0C7A
RGB
CMYK
RGB Variations
Color information
#CD0C7A (or 0xCD0C7A) is known color: Medium Violet Red. HEX triplet: CD, 0C and 7A. RGB value is (205,12,122). Sum of RGB (Red+Green+Blue) = 205+12+122=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C7A is #32F385. Grayscale: #525252. Windows color (decimal): -3339142 or 7998669. OLE color: 7998669.
HSL color Cylindrical-coordinate representation of color #CD0C7A: hue angle of 325.8º 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 #CD0C7A is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 122 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.20 |
| HSL | 325.8º | 0.89% | 0.43% | - |
| HSV(B) | 325.8º | 0.94% | 0.8% | - |
| XYZ | 28.82 | 14.65 | 19.72 | - |
| YUV | 82.25 | 150.44 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 122 | 0 | 0.94 | 0.40 | 0.20 | 325.8 | 0.89 | 0.43 |
| Hex | CD | C | 7A | 0 | 5E | 28 | 14 | 146 | 59 | 2B |
| Octal | 315 | 14 | 172 | 0 | 136 | 50 | 24 | 506 | 131 | 53 |
| Binary | 11001101 | 1100 | 1111010 | 0 | 1011110 | 101000 | 10100 | 101000110 | 1011001 | 101011 |
Color Harmonies of #CD0C7A
Complementary color
Monochromatic Colors of #CD0C7A
Black with #CD0C7A
Text Example
Text Example
White with #CD0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C7A; }
p { color: rgb(205,12,122); }
H1.HeaderClassName
{
color: #CD0C7A;
}
.AnyTagClassName
{
color: #CD0C7A;
}
</style>
background-color css
<style>
a { background-color: #CD0C7A; }
a { background-color: rgb(205,12,122); }
div.DivClassName
{
background-color: #CD0C7A;
}
.BgClassName
{
background-color: #CD0C7A;
}
</style>
border-color css
<style>
span { border-color: #CD0C7A; }
span { border-color: rgb(205,12,122); }
td.TdClassName
{
border-color: #CD0C7A;
}
.TagClassName
{
border-color: #CD0C7A;
}
</style>