Shades of Medium Violet Red #CD127A
Tints of Medium Violet Red #CD127A
RGB
CMYK
RGB Variations
Color information
#CD127A (or 0xCD127A) is known color: Medium Violet Red. HEX triplet: CD, 12 and 7A. RGB value is (205,18,122). Sum of RGB (Red+Green+Blue) = 205+18+122=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD127A is #32ED85. Grayscale: #555555. Windows color (decimal): -3337606 or 8000205. OLE color: 8000205.
HSL color Cylindrical-coordinate representation of color #CD127A: hue angle of 326.63º 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 #CD127A is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 122 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.20 |
| HSL | 326.63º | 0.84% | 0.44% | - |
| HSV(B) | 326.63º | 0.91% | 0.8% | - |
| XYZ | 28.91 | 14.82 | 19.75 | - |
| YUV | 85.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 122 | 0 | 0.91 | 0.40 | 0.20 | 326.63 | 0.84 | 0.44 |
| Hex | CD | 12 | 7A | 0 | 5B | 28 | 14 | 147 | 54 | 2C |
| Octal | 315 | 22 | 172 | 0 | 133 | 50 | 24 | 507 | 124 | 54 |
| Binary | 11001101 | 10010 | 1111010 | 0 | 1011011 | 101000 | 10100 | 101000111 | 1010100 | 101100 |
Color Harmonies of #CD127A
Complementary color
Monochromatic Colors of #CD127A
Black with #CD127A
Text Example
Text Example
White with #CD127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD127A; }
p { color: rgb(205,18,122); }
H1.HeaderClassName
{
color: #CD127A;
}
.AnyTagClassName
{
color: #CD127A;
}
</style>
background-color css
<style>
a { background-color: #CD127A; }
a { background-color: rgb(205,18,122); }
div.DivClassName
{
background-color: #CD127A;
}
.BgClassName
{
background-color: #CD127A;
}
</style>
border-color css
<style>
span { border-color: #CD127A; }
span { border-color: rgb(205,18,122); }
td.TdClassName
{
border-color: #CD127A;
}
.TagClassName
{
border-color: #CD127A;
}
</style>