Shades of Medium Violet Red #CD129D
Tints of Medium Violet Red #CD129D
RGB
CMYK
RGB Variations
Color information
#CD129D (or 0xCD129D) is known color: Medium Violet Red. HEX triplet: CD, 12 and 9D. RGB value is (205,18,157). Sum of RGB (Red+Green+Blue) = 205+18+157=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD129D is #32ED62. Grayscale: #595959. Windows color (decimal): -3337571 or 10293965. OLE color: 10293965.
HSL color Cylindrical-coordinate representation of color #CD129D: hue angle of 315.4º 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 #CD129D is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 157 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.20 |
| HSL | 315.4º | 0.84% | 0.44% | - |
| HSV(B) | 315.4º | 0.91% | 0.8% | - |
| XYZ | 31.48 | 15.85 | 33.3 | - |
| YUV | 89.76 | 165.95 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 157 | 0 | 0.91 | 0.23 | 0.20 | 315.4 | 0.84 | 0.44 |
| Hex | CD | 12 | 9D | 0 | 5B | 17 | 14 | 13B | 54 | 2C |
| Octal | 315 | 22 | 235 | 0 | 133 | 27 | 24 | 473 | 124 | 54 |
| Binary | 11001101 | 10010 | 10011101 | 0 | 1011011 | 10111 | 10100 | 100111011 | 1010100 | 101100 |
Color Harmonies of #CD129D
Complementary color
Monochromatic Colors of #CD129D
Black with #CD129D
Text Example
Text Example
White with #CD129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD129D; }
p { color: rgb(205,18,157); }
H1.HeaderClassName
{
color: #CD129D;
}
.AnyTagClassName
{
color: #CD129D;
}
</style>
background-color css
<style>
a { background-color: #CD129D; }
a { background-color: rgb(205,18,157); }
div.DivClassName
{
background-color: #CD129D;
}
.BgClassName
{
background-color: #CD129D;
}
</style>
border-color css
<style>
span { border-color: #CD129D; }
span { border-color: rgb(205,18,157); }
td.TdClassName
{
border-color: #CD129D;
}
.TagClassName
{
border-color: #CD129D;
}
</style>