Shades of Medium Violet Red #CD059B
Tints of Medium Violet Red #CD059B
RGB
CMYK
RGB Variations
Color information
#CD059B (or 0xCD059B) is known color: Medium Violet Red. HEX triplet: CD, 05 and 9B. RGB value is (205,5,155). Sum of RGB (Red+Green+Blue) = 205+5+155=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD059B is #32FA64. Grayscale: #515151. Windows color (decimal): -3340901 or 10159565. OLE color: 10159565.
HSL color Cylindrical-coordinate representation of color #CD059B: hue angle of 315º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD059B is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.20 |
| HSL | 315º | 0.95% | 0.41% | - |
| HSV(B) | 315º | 0.98% | 0.8% | - |
| XYZ | 31.15 | 15.45 | 32.35 | - |
| YUV | 81.9 | 169.26 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 155 | 0 | 0.98 | 0.24 | 0.20 | 315 | 0.95 | 0.41 |
| Hex | CD | 5 | 9B | 0 | 62 | 18 | 14 | 13B | 5F | 29 |
| Octal | 315 | 5 | 233 | 0 | 142 | 30 | 24 | 473 | 137 | 51 |
| Binary | 11001101 | 101 | 10011011 | 0 | 1100010 | 11000 | 10100 | 100111011 | 1011111 | 101001 |
Color Harmonies of #CD059B
Complementary color
Monochromatic Colors of #CD059B
Black with #CD059B
Text Example
Text Example
White with #CD059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD059B; }
p { color: rgb(205,5,155); }
H1.HeaderClassName
{
color: #CD059B;
}
.AnyTagClassName
{
color: #CD059B;
}
</style>
background-color css
<style>
a { background-color: #CD059B; }
a { background-color: rgb(205,5,155); }
div.DivClassName
{
background-color: #CD059B;
}
.BgClassName
{
background-color: #CD059B;
}
</style>
border-color css
<style>
span { border-color: #CD059B; }
span { border-color: rgb(205,5,155); }
td.TdClassName
{
border-color: #CD059B;
}
.TagClassName
{
border-color: #CD059B;
}
</style>