Shades of Medium Violet Red #CD0073
Tints of Medium Violet Red #CD0073
RGB
CMYK
RGB Variations
Color information
#CD0073 (or 0xCD0073) is known color: Medium Violet Red. HEX triplet: CD, 00 and 73. RGB value is (205,0,115). Sum of RGB (Red+Green+Blue) = 205+0+115=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0073 is #32FF8C. Grayscale: #4A4A4A. Windows color (decimal): -3342221 or 7536845. OLE color: 7536845.
HSL color Cylindrical-coordinate representation of color #CD0073: hue angle of 326.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0073 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 0 | 115 | - |
CMYK | 0 | 1 | 0.44 | 0.20 |
HSL | 326.34º | 1% | 0.4% | - |
HSV(B) | 326.34º | 1% | 0.8% | - |
XYZ | 28.27 | 14.22 | 17.47 | - |
YUV | 74.41 | 150.92 | 221.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 0 | 115 | 0 | 1 | 0.44 | 0.20 | 326.34 | 1 | 0.4 |
Hex | CD | 0 | 73 | 0 | 64 | 2C | 14 | 146 | 64 | 28 |
Octal | 315 | 0 | 163 | 0 | 144 | 54 | 24 | 506 | 144 | 50 |
Binary | 11001101 | 0 | 1110011 | 0 | 1100100 | 101100 | 10100 | 101000110 | 1100100 | 101000 |
Color Harmonies of #CD0073
Complementary color
Monochromatic Colors of #CD0073
Black with #CD0073
Text Example
Text Example
White with #CD0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0073; }
p { color: rgb(205,0,115); }
H1.HeaderClassName
{
color: #CD0073;
}
.AnyTagClassName
{
color: #CD0073;
}
</style>
background-color css
<style>
a { background-color: #CD0073; }
a { background-color: rgb(205,0,115); }
div.DivClassName
{
background-color: #CD0073;
}
.BgClassName
{
background-color: #CD0073;
}
</style>
border-color css
<style>
span { border-color: #CD0073; }
span { border-color: rgb(205,0,115); }
td.TdClassName
{
border-color: #CD0073;
}
.TagClassName
{
border-color: #CD0073;
}
</style>