Shades of Medium Violet Red #CD28A0
Tints of Medium Violet Red #CD28A0
RGB
CMYK
RGB Variations
Color information
#CD28A0 (or 0xCD28A0) is known color: Medium Violet Red. HEX triplet: CD, 28 and A0. RGB value is (205,40,160). Sum of RGB (Red+Green+Blue) = 205+40+160=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD28A0 is #32D75F. Grayscale: #666666. Windows color (decimal): -3331936 or 10496205. OLE color: 10496205.
HSL color Cylindrical-coordinate representation of color #CD28A0: hue angle of 316.36º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD28A0 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 160 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.20 |
| HSL | 316.36º | 0.67% | 0.48% | - |
| HSV(B) | 316.36º | 0.8% | 0.8% | - |
| XYZ | 32.28 | 17.03 | 34.84 | - |
| YUV | 103.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 160 | 0 | 0.80 | 0.22 | 0.20 | 316.36 | 0.67 | 0.48 |
| Hex | CD | 28 | A0 | 0 | 50 | 16 | 14 | 13C | 43 | 30 |
| Octal | 315 | 50 | 240 | 0 | 120 | 26 | 24 | 474 | 103 | 60 |
| Binary | 11001101 | 101000 | 10100000 | 0 | 1010000 | 10110 | 10100 | 100111100 | 1000011 | 110000 |
Color Harmonies of #CD28A0
Complementary color
Monochromatic Colors of #CD28A0
Black with #CD28A0
Text Example
Text Example
White with #CD28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28A0; }
p { color: rgb(205,40,160); }
H1.HeaderClassName
{
color: #CD28A0;
}
.AnyTagClassName
{
color: #CD28A0;
}
</style>
background-color css
<style>
a { background-color: #CD28A0; }
a { background-color: rgb(205,40,160); }
div.DivClassName
{
background-color: #CD28A0;
}
.BgClassName
{
background-color: #CD28A0;
}
</style>
border-color css
<style>
span { border-color: #CD28A0; }
span { border-color: rgb(205,40,160); }
td.TdClassName
{
border-color: #CD28A0;
}
.TagClassName
{
border-color: #CD28A0;
}
</style>