Shades of Medium Violet Red #CD15A1
Tints of Medium Violet Red #CD15A1
RGB
CMYK
RGB Variations
Color information
#CD15A1 (or 0xCD15A1) is known color: Medium Violet Red. HEX triplet: CD, 15 and A1. RGB value is (205,21,161). Sum of RGB (Red+Green+Blue) = 205+21+161=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD15A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD15A1 is #32EA5E. Grayscale: #5B5B5B. Windows color (decimal): -3336799 or 10556877. OLE color: 10556877.
HSL color Cylindrical-coordinate representation of color #CD15A1: hue angle of 314.35º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD15A1 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 161 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.20 |
| HSL | 314.35º | 0.81% | 0.44% | - |
| HSV(B) | 314.35º | 0.9% | 0.8% | - |
| XYZ | 31.88 | 16.09 | 35.14 | - |
| YUV | 91.98 | 166.96 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 161 | 0 | 0.90 | 0.21 | 0.20 | 314.35 | 0.81 | 0.44 |
| Hex | CD | 15 | A1 | 0 | 5A | 15 | 14 | 13A | 51 | 2C |
| Octal | 315 | 25 | 241 | 0 | 132 | 25 | 24 | 472 | 121 | 54 |
| Binary | 11001101 | 10101 | 10100001 | 0 | 1011010 | 10101 | 10100 | 100111010 | 1010001 | 101100 |
Color Harmonies of #CD15A1
Complementary color
Monochromatic Colors of #CD15A1
Black with #CD15A1
Text Example
Text Example
White with #CD15A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD15A1; }
p { color: rgb(205,21,161); }
H1.HeaderClassName
{
color: #CD15A1;
}
.AnyTagClassName
{
color: #CD15A1;
}
</style>
background-color css
<style>
a { background-color: #CD15A1; }
a { background-color: rgb(205,21,161); }
div.DivClassName
{
background-color: #CD15A1;
}
.BgClassName
{
background-color: #CD15A1;
}
</style>
border-color css
<style>
span { border-color: #CD15A1; }
span { border-color: rgb(205,21,161); }
td.TdClassName
{
border-color: #CD15A1;
}
.TagClassName
{
border-color: #CD15A1;
}
</style>