Shades of Medium Violet Red #CD1D83
Tints of Medium Violet Red #CD1D83
RGB
CMYK
RGB Variations
Color information
#CD1D83 (or 0xCD1D83) is known color: Medium Violet Red. HEX triplet: CD, 1D and 83. RGB value is (205,29,131). Sum of RGB (Red+Green+Blue) = 205+29+131=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1D83 is #32E27C. Grayscale: #5D5D5D. Windows color (decimal): -3334781 or 8592845. OLE color: 8592845.
HSL color Cylindrical-coordinate representation of color #CD1D83: hue angle of 325.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1D83 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 29 | 131 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.20 |
| HSL | 325.23º | 0.75% | 0.46% | - |
| HSV(B) | 325.23º | 0.86% | 0.8% | - |
| XYZ | 29.71 | 15.5 | 22.9 | - |
| YUV | 93.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 29 | 131 | 0 | 0.86 | 0.36 | 0.20 | 325.23 | 0.75 | 0.46 |
| Hex | CD | 1D | 83 | 0 | 56 | 24 | 14 | 145 | 4B | 2E |
| Octal | 315 | 35 | 203 | 0 | 126 | 44 | 24 | 505 | 113 | 56 |
| Binary | 11001101 | 11101 | 10000011 | 0 | 1010110 | 100100 | 10100 | 101000101 | 1001011 | 101110 |
Color Harmonies of #CD1D83
Complementary color
Monochromatic Colors of #CD1D83
Black with #CD1D83
Text Example
Text Example
White with #CD1D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1D83; }
p { color: rgb(205,29,131); }
H1.HeaderClassName
{
color: #CD1D83;
}
.AnyTagClassName
{
color: #CD1D83;
}
</style>
background-color css
<style>
a { background-color: #CD1D83; }
a { background-color: rgb(205,29,131); }
div.DivClassName
{
background-color: #CD1D83;
}
.BgClassName
{
background-color: #CD1D83;
}
</style>
border-color css
<style>
span { border-color: #CD1D83; }
span { border-color: rgb(205,29,131); }
td.TdClassName
{
border-color: #CD1D83;
}
.TagClassName
{
border-color: #CD1D83;
}
</style>