Shades of Medium Violet Red #CD0B8F
Tints of Medium Violet Red #CD0B8F
RGB
CMYK
RGB Variations
Color information
#CD0B8F (or 0xCD0B8F) is known color: Medium Violet Red. HEX triplet: CD, 0B and 8F. RGB value is (205,11,143). Sum of RGB (Red+Green+Blue) = 205+11+143=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0B8F is #32F470. Grayscale: #535353. Windows color (decimal): -3339377 or 9374669. OLE color: 9374669.
HSL color Cylindrical-coordinate representation of color #CD0B8F: hue angle of 319.18º 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 #CD0B8F is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 143 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.20 |
| HSL | 319.18º | 0.9% | 0.42% | - |
| HSV(B) | 319.18º | 0.95% | 0.8% | - |
| XYZ | 30.25 | 15.2 | 27.33 | - |
| YUV | 84.05 | 161.27 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 143 | 0 | 0.95 | 0.30 | 0.20 | 319.18 | 0.9 | 0.42 |
| Hex | CD | B | 8F | 0 | 5F | 1E | 14 | 13F | 5A | 2A |
| Octal | 315 | 13 | 217 | 0 | 137 | 36 | 24 | 477 | 132 | 52 |
| Binary | 11001101 | 1011 | 10001111 | 0 | 1011111 | 11110 | 10100 | 100111111 | 1011010 | 101010 |
Color Harmonies of #CD0B8F
Complementary color
Monochromatic Colors of #CD0B8F
Black with #CD0B8F
Text Example
Text Example
White with #CD0B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B8F; }
p { color: rgb(205,11,143); }
H1.HeaderClassName
{
color: #CD0B8F;
}
.AnyTagClassName
{
color: #CD0B8F;
}
</style>
background-color css
<style>
a { background-color: #CD0B8F; }
a { background-color: rgb(205,11,143); }
div.DivClassName
{
background-color: #CD0B8F;
}
.BgClassName
{
background-color: #CD0B8F;
}
</style>
border-color css
<style>
span { border-color: #CD0B8F; }
span { border-color: rgb(205,11,143); }
td.TdClassName
{
border-color: #CD0B8F;
}
.TagClassName
{
border-color: #CD0B8F;
}
</style>