Shades of Medium Violet Red #CD049D
Tints of Medium Violet Red #CD049D
RGB
CMYK
RGB Variations
Color information
#CD049D (or 0xCD049D) is known color: Medium Violet Red. HEX triplet: CD, 04 and 9D. RGB value is (205,4,157). Sum of RGB (Red+Green+Blue) = 205+4+157=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD049D is #32FB62. Grayscale: #515151. Windows color (decimal): -3341155 or 10290381. OLE color: 10290381.
HSL color Cylindrical-coordinate representation of color #CD049D: hue angle of 314.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD049D is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.20 |
| HSL | 314.33º | 0.96% | 0.41% | - |
| HSV(B) | 314.33º | 0.98% | 0.8% | - |
| XYZ | 31.31 | 15.5 | 33.24 | - |
| YUV | 81.54 | 170.59 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 157 | 0 | 0.98 | 0.23 | 0.20 | 314.33 | 0.96 | 0.41 |
| Hex | CD | 4 | 9D | 0 | 62 | 17 | 14 | 13A | 60 | 29 |
| Octal | 315 | 4 | 235 | 0 | 142 | 27 | 24 | 472 | 140 | 51 |
| Binary | 11001101 | 100 | 10011101 | 0 | 1100010 | 10111 | 10100 | 100111010 | 1100000 | 101001 |
Color Harmonies of #CD049D
Complementary color
Monochromatic Colors of #CD049D
Black with #CD049D
Text Example
Text Example
White with #CD049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD049D; }
p { color: rgb(205,4,157); }
H1.HeaderClassName
{
color: #CD049D;
}
.AnyTagClassName
{
color: #CD049D;
}
</style>
background-color css
<style>
a { background-color: #CD049D; }
a { background-color: rgb(205,4,157); }
div.DivClassName
{
background-color: #CD049D;
}
.BgClassName
{
background-color: #CD049D;
}
</style>
border-color css
<style>
span { border-color: #CD049D; }
span { border-color: rgb(205,4,157); }
td.TdClassName
{
border-color: #CD049D;
}
.TagClassName
{
border-color: #CD049D;
}
</style>