Shades of Medium Violet Red #CD0B9C
Tints of Medium Violet Red #CD0B9C
RGB
CMYK
RGB Variations
Color information
#CD0B9C (or 0xCD0B9C) is known color: Medium Violet Red. HEX triplet: CD, 0B and 9C. RGB value is (205,11,156). Sum of RGB (Red+Green+Blue) = 205+11+156=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0B9C is #32F463. Grayscale: #555555. Windows color (decimal): -3339364 or 10226637. OLE color: 10226637.
HSL color Cylindrical-coordinate representation of color #CD0B9C: hue angle of 315.15º 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 #CD0B9C is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 156 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.20 |
| HSL | 315.15º | 0.9% | 0.42% | - |
| HSV(B) | 315.15º | 0.95% | 0.8% | - |
| XYZ | 31.3 | 15.62 | 32.82 | - |
| YUV | 85.54 | 167.77 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 156 | 0 | 0.95 | 0.24 | 0.20 | 315.15 | 0.9 | 0.42 |
| Hex | CD | B | 9C | 0 | 5F | 18 | 14 | 13B | 5A | 2A |
| Octal | 315 | 13 | 234 | 0 | 137 | 30 | 24 | 473 | 132 | 52 |
| Binary | 11001101 | 1011 | 10011100 | 0 | 1011111 | 11000 | 10100 | 100111011 | 1011010 | 101010 |
Color Harmonies of #CD0B9C
Complementary color
Monochromatic Colors of #CD0B9C
Black with #CD0B9C
Text Example
Text Example
White with #CD0B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B9C; }
p { color: rgb(205,11,156); }
H1.HeaderClassName
{
color: #CD0B9C;
}
.AnyTagClassName
{
color: #CD0B9C;
}
</style>
background-color css
<style>
a { background-color: #CD0B9C; }
a { background-color: rgb(205,11,156); }
div.DivClassName
{
background-color: #CD0B9C;
}
.BgClassName
{
background-color: #CD0B9C;
}
</style>
border-color css
<style>
span { border-color: #CD0B9C; }
span { border-color: rgb(205,11,156); }
td.TdClassName
{
border-color: #CD0B9C;
}
.TagClassName
{
border-color: #CD0B9C;
}
</style>