Shades of Medium Violet Red #CD128C
Tints of Medium Violet Red #CD128C
RGB
CMYK
RGB Variations
Color information
#CD128C (or 0xCD128C) is known color: Medium Violet Red. HEX triplet: CD, 12 and 8C. RGB value is (205,18,140). Sum of RGB (Red+Green+Blue) = 205+18+140=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD128C is #32ED73. Grayscale: #575757. Windows color (decimal): -3337588 or 9179853. OLE color: 9179853.
HSL color Cylindrical-coordinate representation of color #CD128C: hue angle of 320.86º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD128C is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 140 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.20 |
| HSL | 320.86º | 0.84% | 0.44% | - |
| HSV(B) | 320.86º | 0.91% | 0.8% | - |
| XYZ | 30.13 | 15.31 | 26.18 | - |
| YUV | 87.82 | 157.45 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 140 | 0 | 0.91 | 0.32 | 0.20 | 320.86 | 0.84 | 0.44 |
| Hex | CD | 12 | 8C | 0 | 5B | 20 | 14 | 141 | 54 | 2C |
| Octal | 315 | 22 | 214 | 0 | 133 | 40 | 24 | 501 | 124 | 54 |
| Binary | 11001101 | 10010 | 10001100 | 0 | 1011011 | 100000 | 10100 | 101000001 | 1010100 | 101100 |
Color Harmonies of #CD128C
Complementary color
Monochromatic Colors of #CD128C
Black with #CD128C
Text Example
Text Example
White with #CD128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD128C; }
p { color: rgb(205,18,140); }
H1.HeaderClassName
{
color: #CD128C;
}
.AnyTagClassName
{
color: #CD128C;
}
</style>
background-color css
<style>
a { background-color: #CD128C; }
a { background-color: rgb(205,18,140); }
div.DivClassName
{
background-color: #CD128C;
}
.BgClassName
{
background-color: #CD128C;
}
</style>
border-color css
<style>
span { border-color: #CD128C; }
span { border-color: rgb(205,18,140); }
td.TdClassName
{
border-color: #CD128C;
}
.TagClassName
{
border-color: #CD128C;
}
</style>