Shades of Medium Violet Red #CD0576
Tints of Medium Violet Red #CD0576
RGB
CMYK
RGB Variations
Color information
#CD0576 (or 0xCD0576) is known color: Medium Violet Red. HEX triplet: CD, 05 and 76. RGB value is (205,5,118). Sum of RGB (Red+Green+Blue) = 205+5+118=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0576 is #32FA89. Grayscale: #4D4D4D. Windows color (decimal): -3340938 or 7734733. OLE color: 7734733.
HSL color Cylindrical-coordinate representation of color #CD0576: hue angle of 326.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0576 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.20 |
| HSL | 326.1º | 0.95% | 0.41% | - |
| HSV(B) | 326.1º | 0.98% | 0.8% | - |
| XYZ | 28.5 | 14.4 | 18.42 | - |
| YUV | 77.68 | 150.76 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 118 | 0 | 0.98 | 0.42 | 0.20 | 326.1 | 0.95 | 0.41 |
| Hex | CD | 5 | 76 | 0 | 62 | 2A | 14 | 146 | 5F | 29 |
| Octal | 315 | 5 | 166 | 0 | 142 | 52 | 24 | 506 | 137 | 51 |
| Binary | 11001101 | 101 | 1110110 | 0 | 1100010 | 101010 | 10100 | 101000110 | 1011111 | 101001 |
Color Harmonies of #CD0576
Complementary color
Monochromatic Colors of #CD0576
Black with #CD0576
Text Example
Text Example
White with #CD0576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0576; }
p { color: rgb(205,5,118); }
H1.HeaderClassName
{
color: #CD0576;
}
.AnyTagClassName
{
color: #CD0576;
}
</style>
background-color css
<style>
a { background-color: #CD0576; }
a { background-color: rgb(205,5,118); }
div.DivClassName
{
background-color: #CD0576;
}
.BgClassName
{
background-color: #CD0576;
}
</style>
border-color css
<style>
span { border-color: #CD0576; }
span { border-color: rgb(205,5,118); }
td.TdClassName
{
border-color: #CD0576;
}
.TagClassName
{
border-color: #CD0576;
}
</style>