Shades of Medium Violet Red #CD098A
Tints of Medium Violet Red #CD098A
RGB
CMYK
RGB Variations
Color information
#CD098A (or 0xCD098A) is known color: Medium Violet Red. HEX triplet: CD, 09 and 8A. RGB value is (205,9,138). Sum of RGB (Red+Green+Blue) = 205+9+138=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD098A is #32F675. Grayscale: #515151. Windows color (decimal): -3339894 or 9046477. OLE color: 9046477.
HSL color Cylindrical-coordinate representation of color #CD098A: hue angle of 320.51º 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 #CD098A is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 9 | 138 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.20 |
| HSL | 320.51º | 0.92% | 0.42% | - |
| HSV(B) | 320.51º | 0.96% | 0.8% | - |
| XYZ | 29.86 | 15.01 | 25.37 | - |
| YUV | 82.31 | 159.43 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 138 | 0 | 0.96 | 0.33 | 0.20 | 320.51 | 0.92 | 0.42 |
| Hex | CD | 9 | 8A | 0 | 60 | 21 | 14 | 141 | 5C | 2A |
| Octal | 315 | 11 | 212 | 0 | 140 | 41 | 24 | 501 | 134 | 52 |
| Binary | 11001101 | 1001 | 10001010 | 0 | 1100000 | 100001 | 10100 | 101000001 | 1011100 | 101010 |
Color Harmonies of #CD098A
Complementary color
Monochromatic Colors of #CD098A
Black with #CD098A
Text Example
Text Example
White with #CD098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD098A; }
p { color: rgb(205,9,138); }
H1.HeaderClassName
{
color: #CD098A;
}
.AnyTagClassName
{
color: #CD098A;
}
</style>
background-color css
<style>
a { background-color: #CD098A; }
a { background-color: rgb(205,9,138); }
div.DivClassName
{
background-color: #CD098A;
}
.BgClassName
{
background-color: #CD098A;
}
</style>
border-color css
<style>
span { border-color: #CD098A; }
span { border-color: rgb(205,9,138); }
td.TdClassName
{
border-color: #CD098A;
}
.TagClassName
{
border-color: #CD098A;
}
</style>