Shades of Medium Violet Red #CD0B8D
Tints of Medium Violet Red #CD0B8D
RGB
CMYK
RGB Variations
Color information
#CD0B8D (or 0xCD0B8D) is known color: Medium Violet Red. HEX triplet: CD, 0B and 8D. RGB value is (205,11,141). Sum of RGB (Red+Green+Blue) = 205+11+141=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0B8D is #32F472. Grayscale: #535353. Windows color (decimal): -3339379 or 9243597. OLE color: 9243597.
HSL color Cylindrical-coordinate representation of color #CD0B8D: hue angle of 319.79º degrees, saturation: 0.9, 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 #CD0B8D is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 141 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.20 |
| HSL | 319.79º | 0.9% | 0.42% | - |
| HSV(B) | 319.79º | 0.95% | 0.8% | - |
| XYZ | 30.1 | 15.14 | 26.54 | - |
| YUV | 83.83 | 160.27 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 141 | 0 | 0.95 | 0.31 | 0.20 | 319.79 | 0.9 | 0.42 |
| Hex | CD | B | 8D | 0 | 5F | 1F | 14 | 140 | 5A | 2A |
| Octal | 315 | 13 | 215 | 0 | 137 | 37 | 24 | 500 | 132 | 52 |
| Binary | 11001101 | 1011 | 10001101 | 0 | 1011111 | 11111 | 10100 | 101000000 | 1011010 | 101010 |
Color Harmonies of #CD0B8D
Complementary color
Monochromatic Colors of #CD0B8D
Black with #CD0B8D
Text Example
Text Example
White with #CD0B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B8D; }
p { color: rgb(205,11,141); }
H1.HeaderClassName
{
color: #CD0B8D;
}
.AnyTagClassName
{
color: #CD0B8D;
}
</style>
background-color css
<style>
a { background-color: #CD0B8D; }
a { background-color: rgb(205,11,141); }
div.DivClassName
{
background-color: #CD0B8D;
}
.BgClassName
{
background-color: #CD0B8D;
}
</style>
border-color css
<style>
span { border-color: #CD0B8D; }
span { border-color: rgb(205,11,141); }
td.TdClassName
{
border-color: #CD0B8D;
}
.TagClassName
{
border-color: #CD0B8D;
}
</style>