Shades of Medium Violet Red #CD0899
Tints of Medium Violet Red #CD0899
RGB
CMYK
RGB Variations
Color information
#CD0899 (or 0xCD0899) is known color: Medium Violet Red. HEX triplet: CD, 08 and 99. RGB value is (205,8,153). Sum of RGB (Red+Green+Blue) = 205+8+153=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0899 is #32F766. Grayscale: #535353. Windows color (decimal): -3340135 or 10029261. OLE color: 10029261.
HSL color Cylindrical-coordinate representation of color #CD0899: hue angle of 315.84º 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 #CD0899 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 153 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.20 |
| HSL | 315.84º | 0.92% | 0.42% | - |
| HSV(B) | 315.84º | 0.96% | 0.8% | - |
| XYZ | 31.01 | 15.45 | 31.49 | - |
| YUV | 83.43 | 167.27 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 153 | 0 | 0.96 | 0.25 | 0.20 | 315.84 | 0.92 | 0.42 |
| Hex | CD | 8 | 99 | 0 | 60 | 19 | 14 | 13C | 5C | 2A |
| Octal | 315 | 10 | 231 | 0 | 140 | 31 | 24 | 474 | 134 | 52 |
| Binary | 11001101 | 1000 | 10011001 | 0 | 1100000 | 11001 | 10100 | 100111100 | 1011100 | 101010 |
Color Harmonies of #CD0899
Complementary color
Monochromatic Colors of #CD0899
Black with #CD0899
Text Example
Text Example
White with #CD0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0899; }
p { color: rgb(205,8,153); }
H1.HeaderClassName
{
color: #CD0899;
}
.AnyTagClassName
{
color: #CD0899;
}
</style>
background-color css
<style>
a { background-color: #CD0899; }
a { background-color: rgb(205,8,153); }
div.DivClassName
{
background-color: #CD0899;
}
.BgClassName
{
background-color: #CD0899;
}
</style>
border-color css
<style>
span { border-color: #CD0899; }
span { border-color: rgb(205,8,153); }
td.TdClassName
{
border-color: #CD0899;
}
.TagClassName
{
border-color: #CD0899;
}
</style>