Shades of Medium Violet Red #CD2173
Tints of Medium Violet Red #CD2173
RGB
CMYK
RGB Variations
Color information
#CD2173 (or 0xCD2173) is known color: Medium Violet Red. HEX triplet: CD, 21 and 73. RGB value is (205,33,115). Sum of RGB (Red+Green+Blue) = 205+33+115=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2173 is #32DE8C. Grayscale: #5D5D5D. Windows color (decimal): -3333773 or 7545293. OLE color: 7545293.
HSL color Cylindrical-coordinate representation of color #CD2173: hue angle of 331.4º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2173 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 115 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.20 |
| HSL | 331.4º | 0.72% | 0.47% | - |
| HSV(B) | 331.4º | 0.84% | 0.8% | - |
| XYZ | 28.82 | 15.3 | 17.66 | - |
| YUV | 93.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 115 | 0 | 0.84 | 0.44 | 0.20 | 331.4 | 0.72 | 0.47 |
| Hex | CD | 21 | 73 | 0 | 54 | 2C | 14 | 14B | 48 | 2F |
| Octal | 315 | 41 | 163 | 0 | 124 | 54 | 24 | 513 | 110 | 57 |
| Binary | 11001101 | 100001 | 1110011 | 0 | 1010100 | 101100 | 10100 | 101001011 | 1001000 | 101111 |
Color Harmonies of #CD2173
Complementary color
Monochromatic Colors of #CD2173
Black with #CD2173
Text Example
Text Example
White with #CD2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2173; }
p { color: rgb(205,33,115); }
H1.HeaderClassName
{
color: #CD2173;
}
.AnyTagClassName
{
color: #CD2173;
}
</style>
background-color css
<style>
a { background-color: #CD2173; }
a { background-color: rgb(205,33,115); }
div.DivClassName
{
background-color: #CD2173;
}
.BgClassName
{
background-color: #CD2173;
}
</style>
border-color css
<style>
span { border-color: #CD2173; }
span { border-color: rgb(205,33,115); }
td.TdClassName
{
border-color: #CD2173;
}
.TagClassName
{
border-color: #CD2173;
}
</style>