Shades of Medium Violet Red #CD129B
Tints of Medium Violet Red #CD129B
RGB
CMYK
RGB Variations
Color information
#CD129B (or 0xCD129B) is known color: Medium Violet Red. HEX triplet: CD, 12 and 9B. RGB value is (205,18,155). Sum of RGB (Red+Green+Blue) = 205+18+155=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD129B is #32ED64. Grayscale: #595959. Windows color (decimal): -3337573 or 10162893. OLE color: 10162893.
HSL color Cylindrical-coordinate representation of color #CD129B: hue angle of 316.04º 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 #CD129B is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 155 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.20 |
| HSL | 316.04º | 0.84% | 0.44% | - |
| HSV(B) | 316.04º | 0.91% | 0.8% | - |
| XYZ | 31.31 | 15.78 | 32.41 | - |
| YUV | 89.53 | 164.95 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 155 | 0 | 0.91 | 0.24 | 0.20 | 316.04 | 0.84 | 0.44 |
| Hex | CD | 12 | 9B | 0 | 5B | 18 | 14 | 13C | 54 | 2C |
| Octal | 315 | 22 | 233 | 0 | 133 | 30 | 24 | 474 | 124 | 54 |
| Binary | 11001101 | 10010 | 10011011 | 0 | 1011011 | 11000 | 10100 | 100111100 | 1010100 | 101100 |
Color Harmonies of #CD129B
Complementary color
Monochromatic Colors of #CD129B
Black with #CD129B
Text Example
Text Example
White with #CD129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD129B; }
p { color: rgb(205,18,155); }
H1.HeaderClassName
{
color: #CD129B;
}
.AnyTagClassName
{
color: #CD129B;
}
</style>
background-color css
<style>
a { background-color: #CD129B; }
a { background-color: rgb(205,18,155); }
div.DivClassName
{
background-color: #CD129B;
}
.BgClassName
{
background-color: #CD129B;
}
</style>
border-color css
<style>
span { border-color: #CD129B; }
span { border-color: rgb(205,18,155); }
td.TdClassName
{
border-color: #CD129B;
}
.TagClassName
{
border-color: #CD129B;
}
</style>