Shades of Medium Violet Red #CD1D81
Tints of Medium Violet Red #CD1D81
RGB
CMYK
RGB Variations
Color information
#CD1D81 (or 0xCD1D81) is known color: Medium Violet Red. HEX triplet: CD, 1D and 81. RGB value is (205,29,129). Sum of RGB (Red+Green+Blue) = 205+29+129=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1D81 is #32E27E. Grayscale: #5C5C5C. Windows color (decimal): -3334783 or 8461773. OLE color: 8461773.
HSL color Cylindrical-coordinate representation of color #CD1D81: hue angle of 325.91º 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 #CD1D81 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 29 | 129 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.20 |
| HSL | 325.91º | 0.75% | 0.46% | - |
| HSV(B) | 325.91º | 0.86% | 0.8% | - |
| XYZ | 29.58 | 15.44 | 22.19 | - |
| YUV | 93.02 | 148.31 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 29 | 129 | 0 | 0.86 | 0.37 | 0.20 | 325.91 | 0.75 | 0.46 |
| Hex | CD | 1D | 81 | 0 | 56 | 25 | 14 | 146 | 4B | 2E |
| Octal | 315 | 35 | 201 | 0 | 126 | 45 | 24 | 506 | 113 | 56 |
| Binary | 11001101 | 11101 | 10000001 | 0 | 1010110 | 100101 | 10100 | 101000110 | 1001011 | 101110 |
Color Harmonies of #CD1D81
Complementary color
Monochromatic Colors of #CD1D81
Black with #CD1D81
Text Example
Text Example
White with #CD1D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1D81; }
p { color: rgb(205,29,129); }
H1.HeaderClassName
{
color: #CD1D81;
}
.AnyTagClassName
{
color: #CD1D81;
}
</style>
background-color css
<style>
a { background-color: #CD1D81; }
a { background-color: rgb(205,29,129); }
div.DivClassName
{
background-color: #CD1D81;
}
.BgClassName
{
background-color: #CD1D81;
}
</style>
border-color css
<style>
span { border-color: #CD1D81; }
span { border-color: rgb(205,29,129); }
td.TdClassName
{
border-color: #CD1D81;
}
.TagClassName
{
border-color: #CD1D81;
}
</style>