Shades of Medium Violet Red #CD0D9C
Tints of Medium Violet Red #CD0D9C
RGB
CMYK
RGB Variations
Color information
#CD0D9C (or 0xCD0D9C) is known color: Medium Violet Red. HEX triplet: CD, 0D and 9C. RGB value is (205,13,156). Sum of RGB (Red+Green+Blue) = 205+13+156=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0D9C is #32F263. Grayscale: #565656. Windows color (decimal): -3338852 or 10227149. OLE color: 10227149.
HSL color Cylindrical-coordinate representation of color #CD0D9C: hue angle of 315.31º degrees, saturation: 0.88, 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 #CD0D9C is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 156 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.20 |
| HSL | 315.31º | 0.88% | 0.43% | - |
| HSV(B) | 315.31º | 0.94% | 0.8% | - |
| XYZ | 31.32 | 15.67 | 32.83 | - |
| YUV | 86.71 | 167.11 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 156 | 0 | 0.94 | 0.24 | 0.20 | 315.31 | 0.88 | 0.43 |
| Hex | CD | D | 9C | 0 | 5E | 18 | 14 | 13B | 58 | 2B |
| Octal | 315 | 15 | 234 | 0 | 136 | 30 | 24 | 473 | 130 | 53 |
| Binary | 11001101 | 1101 | 10011100 | 0 | 1011110 | 11000 | 10100 | 100111011 | 1011000 | 101011 |
Color Harmonies of #CD0D9C
Complementary color
Monochromatic Colors of #CD0D9C
Black with #CD0D9C
Text Example
Text Example
White with #CD0D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0D9C; }
p { color: rgb(205,13,156); }
H1.HeaderClassName
{
color: #CD0D9C;
}
.AnyTagClassName
{
color: #CD0D9C;
}
</style>
background-color css
<style>
a { background-color: #CD0D9C; }
a { background-color: rgb(205,13,156); }
div.DivClassName
{
background-color: #CD0D9C;
}
.BgClassName
{
background-color: #CD0D9C;
}
</style>
border-color css
<style>
span { border-color: #CD0D9C; }
span { border-color: rgb(205,13,156); }
td.TdClassName
{
border-color: #CD0D9C;
}
.TagClassName
{
border-color: #CD0D9C;
}
</style>