Shades of Medium Violet Red #CD0087
Tints of Medium Violet Red #CD0087
RGB
CMYK
RGB Variations
Color information
#CD0087 (or 0xCD0087) is known color: Medium Violet Red. HEX triplet: CD, 00 and 87. RGB value is (205,0,135). Sum of RGB (Red+Green+Blue) = 205+0+135=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0087 is #32FF78. Grayscale: #4C4C4C. Windows color (decimal): -3342201 or 8847565. OLE color: 8847565.
HSL color Cylindrical-coordinate representation of color #CD0087: hue angle of 320.49º 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 #CD0087 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.34 | 0.20 |
| HSL | 320.49º | 1% | 0.4% | - |
| HSV(B) | 320.49º | 1% | 0.8% | - |
| XYZ | 29.55 | 14.73 | 24.21 | - |
| YUV | 76.69 | 160.92 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 135 | 0 | 1 | 0.34 | 0.20 | 320.49 | 1 | 0.4 |
| Hex | CD | 0 | 87 | 0 | 64 | 22 | 14 | 140 | 64 | 28 |
| Octal | 315 | 0 | 207 | 0 | 144 | 42 | 24 | 500 | 144 | 50 |
| Binary | 11001101 | 0 | 10000111 | 0 | 1100100 | 100010 | 10100 | 101000000 | 1100100 | 101000 |
Color Harmonies of #CD0087
Complementary color
Monochromatic Colors of #CD0087
Black with #CD0087
Text Example
Text Example
White with #CD0087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0087; }
p { color: rgb(205,0,135); }
H1.HeaderClassName
{
color: #CD0087;
}
.AnyTagClassName
{
color: #CD0087;
}
</style>
background-color css
<style>
a { background-color: #CD0087; }
a { background-color: rgb(205,0,135); }
div.DivClassName
{
background-color: #CD0087;
}
.BgClassName
{
background-color: #CD0087;
}
</style>
border-color css
<style>
span { border-color: #CD0087; }
span { border-color: rgb(205,0,135); }
td.TdClassName
{
border-color: #CD0087;
}
.TagClassName
{
border-color: #CD0087;
}
</style>