Shades of Medium Violet Red #CD0673
Tints of Medium Violet Red #CD0673
RGB
CMYK
RGB Variations
Color information
#CD0673 (or 0xCD0673) is known color: Medium Violet Red. HEX triplet: CD, 06 and 73. RGB value is (205,6,115). Sum of RGB (Red+Green+Blue) = 205+6+115=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0673 is #32F98C. Grayscale: #4D4D4D. Windows color (decimal): -3340685 or 7538381. OLE color: 7538381.
HSL color Cylindrical-coordinate representation of color #CD0673: hue angle of 327.14º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0673 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 6 | 115 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.20 |
| HSL | 327.14º | 0.94% | 0.41% | - |
| HSV(B) | 327.14º | 0.97% | 0.8% | - |
| XYZ | 28.34 | 14.35 | 17.5 | - |
| YUV | 77.93 | 148.93 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 6 | 115 | 0 | 0.97 | 0.44 | 0.20 | 327.14 | 0.94 | 0.41 |
| Hex | CD | 6 | 73 | 0 | 61 | 2C | 14 | 147 | 5E | 29 |
| Octal | 315 | 6 | 163 | 0 | 141 | 54 | 24 | 507 | 136 | 51 |
| Binary | 11001101 | 110 | 1110011 | 0 | 1100001 | 101100 | 10100 | 101000111 | 1011110 | 101001 |
Color Harmonies of #CD0673
Complementary color
Monochromatic Colors of #CD0673
Black with #CD0673
Text Example
Text Example
White with #CD0673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0673; }
p { color: rgb(205,6,115); }
H1.HeaderClassName
{
color: #CD0673;
}
.AnyTagClassName
{
color: #CD0673;
}
</style>
background-color css
<style>
a { background-color: #CD0673; }
a { background-color: rgb(205,6,115); }
div.DivClassName
{
background-color: #CD0673;
}
.BgClassName
{
background-color: #CD0673;
}
</style>
border-color css
<style>
span { border-color: #CD0673; }
span { border-color: rgb(205,6,115); }
td.TdClassName
{
border-color: #CD0673;
}
.TagClassName
{
border-color: #CD0673;
}
</style>