Shades of Medium Violet Red #CD077B
Tints of Medium Violet Red #CD077B
RGB
CMYK
RGB Variations
Color information
#CD077B (or 0xCD077B) is known color: Medium Violet Red. HEX triplet: CD, 07 and 7B. RGB value is (205,7,123). Sum of RGB (Red+Green+Blue) = 205+7+123=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD077B is #32F884. Grayscale: #4F4F4F. Windows color (decimal): -3340421 or 8062925. OLE color: 8062925.
HSL color Cylindrical-coordinate representation of color #CD077B: hue angle of 324.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD077B is Cyan = 0, Magento = 0.97, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.4 | 0.20 |
| HSL | 324.85º | 0.93% | 0.42% | - |
| HSV(B) | 324.85º | 0.97% | 0.8% | - |
| XYZ | 28.83 | 14.56 | 20.03 | - |
| YUV | 79.43 | 152.6 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 123 | 0 | 0.97 | 0.4 | 0.20 | 324.85 | 0.93 | 0.42 |
| Hex | CD | 7 | 7B | 0 | 61 | 28 | 14 | 145 | 5D | 2A |
| Octal | 315 | 7 | 173 | 0 | 141 | 50 | 24 | 505 | 135 | 52 |
| Binary | 11001101 | 111 | 1111011 | 0 | 1100001 | 101000 | 10100 | 101000101 | 1011101 | 101010 |
Color Harmonies of #CD077B
Complementary color
Monochromatic Colors of #CD077B
Black with #CD077B
Text Example
Text Example
White with #CD077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD077B; }
p { color: rgb(205,7,123); }
H1.HeaderClassName
{
color: #CD077B;
}
.AnyTagClassName
{
color: #CD077B;
}
</style>
background-color css
<style>
a { background-color: #CD077B; }
a { background-color: rgb(205,7,123); }
div.DivClassName
{
background-color: #CD077B;
}
.BgClassName
{
background-color: #CD077B;
}
</style>
border-color css
<style>
span { border-color: #CD077B; }
span { border-color: rgb(205,7,123); }
td.TdClassName
{
border-color: #CD077B;
}
.TagClassName
{
border-color: #CD077B;
}
</style>