Shades of Medium Violet Red #CD1A8D
Tints of Medium Violet Red #CD1A8D
RGB
CMYK
RGB Variations
Color information
#CD1A8D (or 0xCD1A8D) is known color: Medium Violet Red. HEX triplet: CD, 1A and 8D. RGB value is (205,26,141). Sum of RGB (Red+Green+Blue) = 205+26+141=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1A8D is #32E572. Grayscale: #5C5C5C. Windows color (decimal): -3335539 or 9247437. OLE color: 9247437.
HSL color Cylindrical-coordinate representation of color #CD1A8D: hue angle of 321.45º 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 #CD1A8D is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 26 | 141 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.20 |
| HSL | 321.45º | 0.77% | 0.45% | - |
| HSV(B) | 321.45º | 0.87% | 0.8% | - |
| XYZ | 30.35 | 15.64 | 26.62 | - |
| YUV | 92.63 | 155.3 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 26 | 141 | 0 | 0.87 | 0.31 | 0.20 | 321.45 | 0.77 | 0.45 |
| Hex | CD | 1A | 8D | 0 | 57 | 1F | 14 | 141 | 4D | 2D |
| Octal | 315 | 32 | 215 | 0 | 127 | 37 | 24 | 501 | 115 | 55 |
| Binary | 11001101 | 11010 | 10001101 | 0 | 1010111 | 11111 | 10100 | 101000001 | 1001101 | 101101 |
Color Harmonies of #CD1A8D
Complementary color
Monochromatic Colors of #CD1A8D
Black with #CD1A8D
Text Example
Text Example
White with #CD1A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1A8D; }
p { color: rgb(205,26,141); }
H1.HeaderClassName
{
color: #CD1A8D;
}
.AnyTagClassName
{
color: #CD1A8D;
}
</style>
background-color css
<style>
a { background-color: #CD1A8D; }
a { background-color: rgb(205,26,141); }
div.DivClassName
{
background-color: #CD1A8D;
}
.BgClassName
{
background-color: #CD1A8D;
}
</style>
border-color css
<style>
span { border-color: #CD1A8D; }
span { border-color: rgb(205,26,141); }
td.TdClassName
{
border-color: #CD1A8D;
}
.TagClassName
{
border-color: #CD1A8D;
}
</style>