Shades of Medium Violet Red #CD1A70
Tints of Medium Violet Red #CD1A70
RGB
CMYK
RGB Variations
Color information
#CD1A70 (or 0xCD1A70) is known color: Medium Violet Red. HEX triplet: CD, 1A and 70. RGB value is (205,26,112). Sum of RGB (Red+Green+Blue) = 205+26+112=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1A70 is #32E58F. Grayscale: #595959. Windows color (decimal): -3335568 or 7346893. OLE color: 7346893.
HSL color Cylindrical-coordinate representation of color #CD1A70: hue angle of 331.17º 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 #CD1A70 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 26 | 112 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.20 |
| HSL | 331.17º | 0.77% | 0.45% | - |
| HSV(B) | 331.17º | 0.87% | 0.8% | - |
| XYZ | 28.47 | 14.89 | 16.7 | - |
| YUV | 89.33 | 140.8 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 26 | 112 | 0 | 0.87 | 0.45 | 0.20 | 331.17 | 0.77 | 0.45 |
| Hex | CD | 1A | 70 | 0 | 57 | 2D | 14 | 14B | 4D | 2D |
| Octal | 315 | 32 | 160 | 0 | 127 | 55 | 24 | 513 | 115 | 55 |
| Binary | 11001101 | 11010 | 1110000 | 0 | 1010111 | 101101 | 10100 | 101001011 | 1001101 | 101101 |
Color Harmonies of #CD1A70
Complementary color
Monochromatic Colors of #CD1A70
Black with #CD1A70
Text Example
Text Example
White with #CD1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1A70; }
p { color: rgb(205,26,112); }
H1.HeaderClassName
{
color: #CD1A70;
}
.AnyTagClassName
{
color: #CD1A70;
}
</style>
background-color css
<style>
a { background-color: #CD1A70; }
a { background-color: rgb(205,26,112); }
div.DivClassName
{
background-color: #CD1A70;
}
.BgClassName
{
background-color: #CD1A70;
}
</style>
border-color css
<style>
span { border-color: #CD1A70; }
span { border-color: rgb(205,26,112); }
td.TdClassName
{
border-color: #CD1A70;
}
.TagClassName
{
border-color: #CD1A70;
}
</style>