Shades of Medium Violet Red #CD1880
Tints of Medium Violet Red #CD1880
RGB
CMYK
RGB Variations
Color information
#CD1880 (or 0xCD1880) is known color: Medium Violet Red. HEX triplet: CD, 18 and 80. RGB value is (205,24,128). Sum of RGB (Red+Green+Blue) = 205+24+128=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1880 is #32E77F. Grayscale: #595959. Windows color (decimal): -3336064 or 8394957. OLE color: 8394957.
HSL color Cylindrical-coordinate representation of color #CD1880: hue angle of 325.52º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1880 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 24 | 128 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.20 |
| HSL | 325.52º | 0.79% | 0.45% | - |
| HSV(B) | 325.52º | 0.88% | 0.8% | - |
| XYZ | 29.4 | 15.19 | 21.8 | - |
| YUV | 89.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 24 | 128 | 0 | 0.88 | 0.38 | 0.20 | 325.52 | 0.79 | 0.45 |
| Hex | CD | 18 | 80 | 0 | 58 | 26 | 14 | 146 | 4F | 2D |
| Octal | 315 | 30 | 200 | 0 | 130 | 46 | 24 | 506 | 117 | 55 |
| Binary | 11001101 | 11000 | 10000000 | 0 | 1011000 | 100110 | 10100 | 101000110 | 1001111 | 101101 |
Color Harmonies of #CD1880
Complementary color
Monochromatic Colors of #CD1880
Black with #CD1880
Text Example
Text Example
White with #CD1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1880; }
p { color: rgb(205,24,128); }
H1.HeaderClassName
{
color: #CD1880;
}
.AnyTagClassName
{
color: #CD1880;
}
</style>
background-color css
<style>
a { background-color: #CD1880; }
a { background-color: rgb(205,24,128); }
div.DivClassName
{
background-color: #CD1880;
}
.BgClassName
{
background-color: #CD1880;
}
</style>
border-color css
<style>
span { border-color: #CD1880; }
span { border-color: rgb(205,24,128); }
td.TdClassName
{
border-color: #CD1880;
}
.TagClassName
{
border-color: #CD1880;
}
</style>