Shades of Medium Violet Red #CD289B
Tints of Medium Violet Red #CD289B
RGB
CMYK
RGB Variations
Color information
#CD289B (or 0xCD289B) is known color: Medium Violet Red. HEX triplet: CD, 28 and 9B. RGB value is (205,40,155). Sum of RGB (Red+Green+Blue) = 205+40+155=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD289B is #32D764. Grayscale: #666666. Windows color (decimal): -3331941 or 10168525. OLE color: 10168525.
HSL color Cylindrical-coordinate representation of color #CD289B: hue angle of 318.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD289B is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 155 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.20 |
| HSL | 318.18º | 0.67% | 0.48% | - |
| HSV(B) | 318.18º | 0.8% | 0.8% | - |
| XYZ | 31.85 | 16.86 | 32.59 | - |
| YUV | 102.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 155 | 0 | 0.80 | 0.24 | 0.20 | 318.18 | 0.67 | 0.48 |
| Hex | CD | 28 | 9B | 0 | 50 | 18 | 14 | 13E | 43 | 30 |
| Octal | 315 | 50 | 233 | 0 | 120 | 30 | 24 | 476 | 103 | 60 |
| Binary | 11001101 | 101000 | 10011011 | 0 | 1010000 | 11000 | 10100 | 100111110 | 1000011 | 110000 |
Color Harmonies of #CD289B
Complementary color
Monochromatic Colors of #CD289B
Black with #CD289B
Text Example
Text Example
White with #CD289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD289B; }
p { color: rgb(205,40,155); }
H1.HeaderClassName
{
color: #CD289B;
}
.AnyTagClassName
{
color: #CD289B;
}
</style>
background-color css
<style>
a { background-color: #CD289B; }
a { background-color: rgb(205,40,155); }
div.DivClassName
{
background-color: #CD289B;
}
.BgClassName
{
background-color: #CD289B;
}
</style>
border-color css
<style>
span { border-color: #CD289B; }
span { border-color: rgb(205,40,155); }
td.TdClassName
{
border-color: #CD289B;
}
.TagClassName
{
border-color: #CD289B;
}
</style>