Shades of Medium Violet Red #CD1373
Tints of Medium Violet Red #CD1373
RGB
CMYK
RGB Variations
Color information
#CD1373 (or 0xCD1373) is known color: Medium Violet Red. HEX triplet: CD, 13 and 73. RGB value is (205,19,115). Sum of RGB (Red+Green+Blue) = 205+19+115=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1373 is #32EC8C. Grayscale: #555555. Windows color (decimal): -3337357 or 7541709. OLE color: 7541709.
HSL color Cylindrical-coordinate representation of color #CD1373: hue angle of 329.03º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1373 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 115 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.20 |
| HSL | 329.03º | 0.83% | 0.44% | - |
| HSV(B) | 329.03º | 0.91% | 0.8% | - |
| XYZ | 28.5 | 14.68 | 17.55 | - |
| YUV | 85.56 | 144.62 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 115 | 0 | 0.91 | 0.44 | 0.20 | 329.03 | 0.83 | 0.44 |
| Hex | CD | 13 | 73 | 0 | 5B | 2C | 14 | 149 | 53 | 2C |
| Octal | 315 | 23 | 163 | 0 | 133 | 54 | 24 | 511 | 123 | 54 |
| Binary | 11001101 | 10011 | 1110011 | 0 | 1011011 | 101100 | 10100 | 101001001 | 1010011 | 101100 |
Color Harmonies of #CD1373
Complementary color
Monochromatic Colors of #CD1373
Black with #CD1373
Text Example
Text Example
White with #CD1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1373; }
p { color: rgb(205,19,115); }
H1.HeaderClassName
{
color: #CD1373;
}
.AnyTagClassName
{
color: #CD1373;
}
</style>
background-color css
<style>
a { background-color: #CD1373; }
a { background-color: rgb(205,19,115); }
div.DivClassName
{
background-color: #CD1373;
}
.BgClassName
{
background-color: #CD1373;
}
</style>
border-color css
<style>
span { border-color: #CD1373; }
span { border-color: rgb(205,19,115); }
td.TdClassName
{
border-color: #CD1373;
}
.TagClassName
{
border-color: #CD1373;
}
</style>