Shades of Medium Violet Red #CD099D
Tints of Medium Violet Red #CD099D
RGB
CMYK
RGB Variations
Color information
#CD099D (or 0xCD099D) is known color: Medium Violet Red. HEX triplet: CD, 09 and 9D. RGB value is (205,9,157). Sum of RGB (Red+Green+Blue) = 205+9+157=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD099D is #32F662. Grayscale: #545454. Windows color (decimal): -3339875 or 10291661. OLE color: 10291661.
HSL color Cylindrical-coordinate representation of color #CD099D: hue angle of 314.69º 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 #CD099D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.20 |
| HSL | 314.69º | 0.92% | 0.42% | - |
| HSV(B) | 314.69º | 0.96% | 0.8% | - |
| XYZ | 31.36 | 15.61 | 33.26 | - |
| YUV | 84.48 | 168.93 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 157 | 0 | 0.96 | 0.23 | 0.20 | 314.69 | 0.92 | 0.42 |
| Hex | CD | 9 | 9D | 0 | 60 | 17 | 14 | 13B | 5C | 2A |
| Octal | 315 | 11 | 235 | 0 | 140 | 27 | 24 | 473 | 134 | 52 |
| Binary | 11001101 | 1001 | 10011101 | 0 | 1100000 | 10111 | 10100 | 100111011 | 1011100 | 101010 |
Color Harmonies of #CD099D
Complementary color
Monochromatic Colors of #CD099D
Black with #CD099D
Text Example
Text Example
White with #CD099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD099D; }
p { color: rgb(205,9,157); }
H1.HeaderClassName
{
color: #CD099D;
}
.AnyTagClassName
{
color: #CD099D;
}
</style>
background-color css
<style>
a { background-color: #CD099D; }
a { background-color: rgb(205,9,157); }
div.DivClassName
{
background-color: #CD099D;
}
.BgClassName
{
background-color: #CD099D;
}
</style>
border-color css
<style>
span { border-color: #CD099D; }
span { border-color: rgb(205,9,157); }
td.TdClassName
{
border-color: #CD099D;
}
.TagClassName
{
border-color: #CD099D;
}
</style>