Shades of Medium Violet Red #CD0E7A
Tints of Medium Violet Red #CD0E7A
RGB
CMYK
RGB Variations
Color information
#CD0E7A (or 0xCD0E7A) is known color: Medium Violet Red. HEX triplet: CD, 0E and 7A. RGB value is (205,14,122). Sum of RGB (Red+Green+Blue) = 205+14+122=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0E7A is #32F185. Grayscale: #535353. Windows color (decimal): -3338630 or 7999181. OLE color: 7999181.
HSL color Cylindrical-coordinate representation of color #CD0E7A: hue angle of 326.07º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0E7A is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 14 | 122 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.20 |
| HSL | 326.07º | 0.87% | 0.43% | - |
| HSV(B) | 326.07º | 0.93% | 0.8% | - |
| XYZ | 28.85 | 14.7 | 19.73 | - |
| YUV | 83.42 | 149.78 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 14 | 122 | 0 | 0.93 | 0.40 | 0.20 | 326.07 | 0.87 | 0.43 |
| Hex | CD | E | 7A | 0 | 5D | 28 | 14 | 146 | 57 | 2B |
| Octal | 315 | 16 | 172 | 0 | 135 | 50 | 24 | 506 | 127 | 53 |
| Binary | 11001101 | 1110 | 1111010 | 0 | 1011101 | 101000 | 10100 | 101000110 | 1010111 | 101011 |
Color Harmonies of #CD0E7A
Complementary color
Monochromatic Colors of #CD0E7A
Black with #CD0E7A
Text Example
Text Example
White with #CD0E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0E7A; }
p { color: rgb(205,14,122); }
H1.HeaderClassName
{
color: #CD0E7A;
}
.AnyTagClassName
{
color: #CD0E7A;
}
</style>
background-color css
<style>
a { background-color: #CD0E7A; }
a { background-color: rgb(205,14,122); }
div.DivClassName
{
background-color: #CD0E7A;
}
.BgClassName
{
background-color: #CD0E7A;
}
</style>
border-color css
<style>
span { border-color: #CD0E7A; }
span { border-color: rgb(205,14,122); }
td.TdClassName
{
border-color: #CD0E7A;
}
.TagClassName
{
border-color: #CD0E7A;
}
</style>