Shades of Medium Violet Red #CD0074
Tints of Medium Violet Red #CD0074
RGB
CMYK
RGB Variations
Color information
#CD0074 (or 0xCD0074) is known color: Medium Violet Red. HEX triplet: CD, 00 and 74. RGB value is (205,0,116). Sum of RGB (Red+Green+Blue) = 205+0+116=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0074 is #32FF8B. Grayscale: #4A4A4A. Windows color (decimal): -3342220 or 7602381. OLE color: 7602381.
HSL color Cylindrical-coordinate representation of color #CD0074: hue angle of 326.05º 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 #CD0074 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.43 | 0.20 |
| HSL | 326.05º | 1% | 0.4% | - |
| HSV(B) | 326.05º | 1% | 0.8% | - |
| XYZ | 28.33 | 14.24 | 17.78 | - |
| YUV | 74.52 | 151.42 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 116 | 0 | 1 | 0.43 | 0.20 | 326.05 | 1 | 0.4 |
| Hex | CD | 0 | 74 | 0 | 64 | 2B | 14 | 146 | 64 | 28 |
| Octal | 315 | 0 | 164 | 0 | 144 | 53 | 24 | 506 | 144 | 50 |
| Binary | 11001101 | 0 | 1110100 | 0 | 1100100 | 101011 | 10100 | 101000110 | 1100100 | 101000 |
Color Harmonies of #CD0074
Complementary color
Monochromatic Colors of #CD0074
Black with #CD0074
Text Example
Text Example
White with #CD0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0074; }
p { color: rgb(205,0,116); }
H1.HeaderClassName
{
color: #CD0074;
}
.AnyTagClassName
{
color: #CD0074;
}
</style>
background-color css
<style>
a { background-color: #CD0074; }
a { background-color: rgb(205,0,116); }
div.DivClassName
{
background-color: #CD0074;
}
.BgClassName
{
background-color: #CD0074;
}
</style>
border-color css
<style>
span { border-color: #CD0074; }
span { border-color: rgb(205,0,116); }
td.TdClassName
{
border-color: #CD0074;
}
.TagClassName
{
border-color: #CD0074;
}
</style>