Shades of Medium Violet Red #CD1BA1
Tints of Medium Violet Red #CD1BA1
RGB
CMYK
RGB Variations
Color information
#CD1BA1 (or 0xCD1BA1) is known color: Medium Violet Red. HEX triplet: CD, 1B and A1. RGB value is (205,27,161). Sum of RGB (Red+Green+Blue) = 205+27+161=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1BA1 is #32E45E. Grayscale: #5F5F5F. Windows color (decimal): -3335263 or 10558413. OLE color: 10558413.
HSL color Cylindrical-coordinate representation of color #CD1BA1: hue angle of 314.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1BA1 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 27 | 161 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.20 |
| HSL | 314.83º | 0.77% | 0.45% | - |
| HSV(B) | 314.83º | 0.87% | 0.8% | - |
| XYZ | 32 | 16.34 | 35.18 | - |
| YUV | 95.5 | 164.97 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 27 | 161 | 0 | 0.87 | 0.21 | 0.20 | 314.83 | 0.77 | 0.45 |
| Hex | CD | 1B | A1 | 0 | 57 | 15 | 14 | 13B | 4D | 2D |
| Octal | 315 | 33 | 241 | 0 | 127 | 25 | 24 | 473 | 115 | 55 |
| Binary | 11001101 | 11011 | 10100001 | 0 | 1010111 | 10101 | 10100 | 100111011 | 1001101 | 101101 |
Color Harmonies of #CD1BA1
Complementary color
Monochromatic Colors of #CD1BA1
Black with #CD1BA1
Text Example
Text Example
White with #CD1BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1BA1; }
p { color: rgb(205,27,161); }
H1.HeaderClassName
{
color: #CD1BA1;
}
.AnyTagClassName
{
color: #CD1BA1;
}
</style>
background-color css
<style>
a { background-color: #CD1BA1; }
a { background-color: rgb(205,27,161); }
div.DivClassName
{
background-color: #CD1BA1;
}
.BgClassName
{
background-color: #CD1BA1;
}
</style>
border-color css
<style>
span { border-color: #CD1BA1; }
span { border-color: rgb(205,27,161); }
td.TdClassName
{
border-color: #CD1BA1;
}
.TagClassName
{
border-color: #CD1BA1;
}
</style>