Shades of Medium Violet Red #CD0A9D
Tints of Medium Violet Red #CD0A9D
RGB
CMYK
RGB Variations
Color information
#CD0A9D (or 0xCD0A9D) is known color: Medium Violet Red. HEX triplet: CD, 0A and 9D. RGB value is (205,10,157). Sum of RGB (Red+Green+Blue) = 205+10+157=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0A9D is #32F562. Grayscale: #545454. Windows color (decimal): -3339619 or 10291917. OLE color: 10291917.
HSL color Cylindrical-coordinate representation of color #CD0A9D: hue angle of 314.77º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0A9D is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 10 | 157 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.20 |
| HSL | 314.77º | 0.91% | 0.42% | - |
| HSV(B) | 314.77º | 0.95% | 0.8% | - |
| XYZ | 31.37 | 15.63 | 33.26 | - |
| YUV | 85.06 | 168.6 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 157 | 0 | 0.95 | 0.23 | 0.20 | 314.77 | 0.91 | 0.42 |
| Hex | CD | A | 9D | 0 | 5F | 17 | 14 | 13B | 5B | 2A |
| Octal | 315 | 12 | 235 | 0 | 137 | 27 | 24 | 473 | 133 | 52 |
| Binary | 11001101 | 1010 | 10011101 | 0 | 1011111 | 10111 | 10100 | 100111011 | 1011011 | 101010 |
Color Harmonies of #CD0A9D
Complementary color
Monochromatic Colors of #CD0A9D
Black with #CD0A9D
Text Example
Text Example
White with #CD0A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0A9D; }
p { color: rgb(205,10,157); }
H1.HeaderClassName
{
color: #CD0A9D;
}
.AnyTagClassName
{
color: #CD0A9D;
}
</style>
background-color css
<style>
a { background-color: #CD0A9D; }
a { background-color: rgb(205,10,157); }
div.DivClassName
{
background-color: #CD0A9D;
}
.BgClassName
{
background-color: #CD0A9D;
}
</style>
border-color css
<style>
span { border-color: #CD0A9D; }
span { border-color: rgb(205,10,157); }
td.TdClassName
{
border-color: #CD0A9D;
}
.TagClassName
{
border-color: #CD0A9D;
}
</style>