Shades of Medium Violet Red #CD0997
Tints of Medium Violet Red #CD0997
RGB
CMYK
RGB Variations
Color information
#CD0997 (or 0xCD0997) is known color: Medium Violet Red. HEX triplet: CD, 09 and 97. RGB value is (205,9,151). Sum of RGB (Red+Green+Blue) = 205+9+151=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0997 is #32F668. Grayscale: #535353. Windows color (decimal): -3339881 or 9898445. OLE color: 9898445.
HSL color Cylindrical-coordinate representation of color #CD0997: hue angle of 316.53º 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 #CD0997 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.20 |
| HSL | 316.53º | 0.92% | 0.42% | - |
| HSV(B) | 316.53º | 0.96% | 0.8% | - |
| XYZ | 30.86 | 15.41 | 30.63 | - |
| YUV | 83.79 | 165.93 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 151 | 0 | 0.96 | 0.26 | 0.20 | 316.53 | 0.92 | 0.42 |
| Hex | CD | 9 | 97 | 0 | 60 | 1A | 14 | 13D | 5C | 2A |
| Octal | 315 | 11 | 227 | 0 | 140 | 32 | 24 | 475 | 134 | 52 |
| Binary | 11001101 | 1001 | 10010111 | 0 | 1100000 | 11010 | 10100 | 100111101 | 1011100 | 101010 |
Color Harmonies of #CD0997
Complementary color
Monochromatic Colors of #CD0997
Black with #CD0997
Text Example
Text Example
White with #CD0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0997; }
p { color: rgb(205,9,151); }
H1.HeaderClassName
{
color: #CD0997;
}
.AnyTagClassName
{
color: #CD0997;
}
</style>
background-color css
<style>
a { background-color: #CD0997; }
a { background-color: rgb(205,9,151); }
div.DivClassName
{
background-color: #CD0997;
}
.BgClassName
{
background-color: #CD0997;
}
</style>
border-color css
<style>
span { border-color: #CD0997; }
span { border-color: rgb(205,9,151); }
td.TdClassName
{
border-color: #CD0997;
}
.TagClassName
{
border-color: #CD0997;
}
</style>