Shades of Medium Violet Red #CD1F89
Tints of Medium Violet Red #CD1F89
RGB
CMYK
RGB Variations
Color information
#CD1F89 (or 0xCD1F89) is known color: Medium Violet Red. HEX triplet: CD, 1F and 89. RGB value is (205,31,137). Sum of RGB (Red+Green+Blue) = 205+31+137=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1F89 is #32E076. Grayscale: #5E5E5E. Windows color (decimal): -3334263 or 8986573. OLE color: 8986573.
HSL color Cylindrical-coordinate representation of color #CD1F89: hue angle of 323.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1F89 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 31 | 137 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.20 |
| HSL | 323.45º | 0.74% | 0.46% | - |
| HSV(B) | 323.45º | 0.85% | 0.8% | - |
| XYZ | 30.18 | 15.77 | 25.12 | - |
| YUV | 95.11 | 151.65 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 31 | 137 | 0 | 0.85 | 0.33 | 0.20 | 323.45 | 0.74 | 0.46 |
| Hex | CD | 1F | 89 | 0 | 55 | 21 | 14 | 143 | 4A | 2E |
| Octal | 315 | 37 | 211 | 0 | 125 | 41 | 24 | 503 | 112 | 56 |
| Binary | 11001101 | 11111 | 10001001 | 0 | 1010101 | 100001 | 10100 | 101000011 | 1001010 | 101110 |
Color Harmonies of #CD1F89
Complementary color
Monochromatic Colors of #CD1F89
Black with #CD1F89
Text Example
Text Example
White with #CD1F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1F89; }
p { color: rgb(205,31,137); }
H1.HeaderClassName
{
color: #CD1F89;
}
.AnyTagClassName
{
color: #CD1F89;
}
</style>
background-color css
<style>
a { background-color: #CD1F89; }
a { background-color: rgb(205,31,137); }
div.DivClassName
{
background-color: #CD1F89;
}
.BgClassName
{
background-color: #CD1F89;
}
</style>
border-color css
<style>
span { border-color: #CD1F89; }
span { border-color: rgb(205,31,137); }
td.TdClassName
{
border-color: #CD1F89;
}
.TagClassName
{
border-color: #CD1F89;
}
</style>