Shades of Medium Violet Red #CD0189
Tints of Medium Violet Red #CD0189
RGB
CMYK
RGB Variations
Color information
#CD0189 (or 0xCD0189) is known color: Medium Violet Red. HEX triplet: CD, 01 and 89. RGB value is (205,1,137). Sum of RGB (Red+Green+Blue) = 205+1+137=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0189 is #32FE76. Grayscale: #4D4D4D. Windows color (decimal): -3341943 or 8978893. OLE color: 8978893.
HSL color Cylindrical-coordinate representation of color #CD0189: hue angle of 320º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0189 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.20 |
| HSL | 320º | 0.99% | 0.4% | - |
| HSV(B) | 320º | 1% | 0.8% | - |
| XYZ | 29.7 | 14.81 | 24.96 | - |
| YUV | 77.5 | 161.59 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 137 | 0 | 1.00 | 0.33 | 0.20 | 320 | 0.99 | 0.4 |
| Hex | CD | 1 | 89 | 0 | 64 | 21 | 14 | 140 | 63 | 28 |
| Octal | 315 | 1 | 211 | 0 | 144 | 41 | 24 | 500 | 143 | 50 |
| Binary | 11001101 | 1 | 10001001 | 0 | 1100100 | 100001 | 10100 | 101000000 | 1100011 | 101000 |
Color Harmonies of #CD0189
Complementary color
Monochromatic Colors of #CD0189
Black with #CD0189
Text Example
Text Example
White with #CD0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0189; }
p { color: rgb(205,1,137); }
H1.HeaderClassName
{
color: #CD0189;
}
.AnyTagClassName
{
color: #CD0189;
}
</style>
background-color css
<style>
a { background-color: #CD0189; }
a { background-color: rgb(205,1,137); }
div.DivClassName
{
background-color: #CD0189;
}
.BgClassName
{
background-color: #CD0189;
}
</style>
border-color css
<style>
span { border-color: #CD0189; }
span { border-color: rgb(205,1,137); }
td.TdClassName
{
border-color: #CD0189;
}
.TagClassName
{
border-color: #CD0189;
}
</style>