Shades of Medium Violet Red #CD0978
Tints of Medium Violet Red #CD0978
RGB
CMYK
RGB Variations
Color information
#CD0978 (or 0xCD0978) is known color: Medium Violet Red. HEX triplet: CD, 09 and 78. RGB value is (205,9,120). Sum of RGB (Red+Green+Blue) = 205+9+120=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0978 is #32F687. Grayscale: #505050. Windows color (decimal): -3339912 or 7866829. OLE color: 7866829.
HSL color Cylindrical-coordinate representation of color #CD0978: hue angle of 326.02º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0978 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.20 |
| HSL | 326.02º | 0.92% | 0.42% | - |
| HSV(B) | 326.02º | 0.96% | 0.8% | - |
| XYZ | 28.66 | 14.53 | 19.06 | - |
| YUV | 80.26 | 150.43 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 120 | 0 | 0.96 | 0.41 | 0.20 | 326.02 | 0.92 | 0.42 |
| Hex | CD | 9 | 78 | 0 | 60 | 29 | 14 | 146 | 5C | 2A |
| Octal | 315 | 11 | 170 | 0 | 140 | 51 | 24 | 506 | 134 | 52 |
| Binary | 11001101 | 1001 | 1111000 | 0 | 1100000 | 101001 | 10100 | 101000110 | 1011100 | 101010 |
Color Harmonies of #CD0978
Complementary color
Monochromatic Colors of #CD0978
Black with #CD0978
Text Example
Text Example
White with #CD0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0978; }
p { color: rgb(205,9,120); }
H1.HeaderClassName
{
color: #CD0978;
}
.AnyTagClassName
{
color: #CD0978;
}
</style>
background-color css
<style>
a { background-color: #CD0978; }
a { background-color: rgb(205,9,120); }
div.DivClassName
{
background-color: #CD0978;
}
.BgClassName
{
background-color: #CD0978;
}
</style>
border-color css
<style>
span { border-color: #CD0978; }
span { border-color: rgb(205,9,120); }
td.TdClassName
{
border-color: #CD0978;
}
.TagClassName
{
border-color: #CD0978;
}
</style>