Shades of Medium Violet Red #CD008B
Tints of Medium Violet Red #CD008B
RGB
CMYK
RGB Variations
Color information
#CD008B (or 0xCD008B) is known color: Medium Violet Red. HEX triplet: CD, 00 and 8B. RGB value is (205,0,139). Sum of RGB (Red+Green+Blue) = 205+0+139=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD008B is #32FF74. Grayscale: #4C4C4C. Windows color (decimal): -3342197 or 9109709. OLE color: 9109709.
HSL color Cylindrical-coordinate representation of color #CD008B: hue angle of 319.32º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD008B is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.32 | 0.20 |
| HSL | 319.32º | 1% | 0.4% | - |
| HSV(B) | 319.32º | 1% | 0.8% | - |
| XYZ | 29.84 | 14.84 | 25.72 | - |
| YUV | 77.14 | 162.92 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 139 | 0 | 1 | 0.32 | 0.20 | 319.32 | 1 | 0.4 |
| Hex | CD | 0 | 8B | 0 | 64 | 20 | 14 | 13F | 64 | 28 |
| Octal | 315 | 0 | 213 | 0 | 144 | 40 | 24 | 477 | 144 | 50 |
| Binary | 11001101 | 0 | 10001011 | 0 | 1100100 | 100000 | 10100 | 100111111 | 1100100 | 101000 |
Color Harmonies of #CD008B
Complementary color
Monochromatic Colors of #CD008B
Black with #CD008B
Text Example
Text Example
White with #CD008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD008B; }
p { color: rgb(205,0,139); }
H1.HeaderClassName
{
color: #CD008B;
}
.AnyTagClassName
{
color: #CD008B;
}
</style>
background-color css
<style>
a { background-color: #CD008B; }
a { background-color: rgb(205,0,139); }
div.DivClassName
{
background-color: #CD008B;
}
.BgClassName
{
background-color: #CD008B;
}
</style>
border-color css
<style>
span { border-color: #CD008B; }
span { border-color: rgb(205,0,139); }
td.TdClassName
{
border-color: #CD008B;
}
.TagClassName
{
border-color: #CD008B;
}
</style>