Shades of Medium Violet Red #CD10A5
Tints of Medium Violet Red #CD10A5
RGB
CMYK
RGB Variations
Color information
#CD10A5 (or 0xCD10A5) is known color: Medium Violet Red. HEX triplet: CD, 10 and A5. RGB value is (205,16,165). Sum of RGB (Red+Green+Blue) = 205+16+165=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD10A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD10A5 is #32EF5A. Grayscale: #595959. Windows color (decimal): -3338075 or 10817741. OLE color: 10817741.
HSL color Cylindrical-coordinate representation of color #CD10A5: hue angle of 312.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD10A5 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 165 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.20 |
| HSL | 312.7º | 0.86% | 0.43% | - |
| HSV(B) | 312.7º | 0.92% | 0.8% | - |
| XYZ | 32.15 | 16.07 | 37 | - |
| YUV | 89.5 | 170.62 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 165 | 0 | 0.92 | 0.20 | 0.20 | 312.7 | 0.86 | 0.43 |
| Hex | CD | 10 | A5 | 0 | 5C | 14 | 14 | 139 | 56 | 2B |
| Octal | 315 | 20 | 245 | 0 | 134 | 24 | 24 | 471 | 126 | 53 |
| Binary | 11001101 | 10000 | 10100101 | 0 | 1011100 | 10100 | 10100 | 100111001 | 1010110 | 101011 |
Color Harmonies of #CD10A5
Complementary color
Monochromatic Colors of #CD10A5
Black with #CD10A5
Text Example
Text Example
White with #CD10A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD10A5; }
p { color: rgb(205,16,165); }
H1.HeaderClassName
{
color: #CD10A5;
}
.AnyTagClassName
{
color: #CD10A5;
}
</style>
background-color css
<style>
a { background-color: #CD10A5; }
a { background-color: rgb(205,16,165); }
div.DivClassName
{
background-color: #CD10A5;
}
.BgClassName
{
background-color: #CD10A5;
}
</style>
border-color css
<style>
span { border-color: #CD10A5; }
span { border-color: rgb(205,16,165); }
td.TdClassName
{
border-color: #CD10A5;
}
.TagClassName
{
border-color: #CD10A5;
}
</style>