Shades of Medium Violet Red #CD1370
Tints of Medium Violet Red #CD1370
RGB
CMYK
RGB Variations
Color information
#CD1370 (or 0xCD1370) is known color: Medium Violet Red. HEX triplet: CD, 13 and 70. RGB value is (205,19,112). Sum of RGB (Red+Green+Blue) = 205+19+112=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1370 is #32EC8F. Grayscale: #555555. Windows color (decimal): -3337360 or 7345101. OLE color: 7345101.
HSL color Cylindrical-coordinate representation of color #CD1370: hue angle of 330º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1370 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 112 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.20 |
| HSL | 330º | 0.83% | 0.44% | - |
| HSV(B) | 330º | 0.91% | 0.8% | - |
| XYZ | 28.33 | 14.61 | 16.66 | - |
| YUV | 85.22 | 143.12 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 112 | 0 | 0.91 | 0.45 | 0.20 | 330 | 0.83 | 0.44 |
| Hex | CD | 13 | 70 | 0 | 5B | 2D | 14 | 14A | 53 | 2C |
| Octal | 315 | 23 | 160 | 0 | 133 | 55 | 24 | 512 | 123 | 54 |
| Binary | 11001101 | 10011 | 1110000 | 0 | 1011011 | 101101 | 10100 | 101001010 | 1010011 | 101100 |
Color Harmonies of #CD1370
Complementary color
Monochromatic Colors of #CD1370
Black with #CD1370
Text Example
Text Example
White with #CD1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1370; }
p { color: rgb(205,19,112); }
H1.HeaderClassName
{
color: #CD1370;
}
.AnyTagClassName
{
color: #CD1370;
}
</style>
background-color css
<style>
a { background-color: #CD1370; }
a { background-color: rgb(205,19,112); }
div.DivClassName
{
background-color: #CD1370;
}
.BgClassName
{
background-color: #CD1370;
}
</style>
border-color css
<style>
span { border-color: #CD1370; }
span { border-color: rgb(205,19,112); }
td.TdClassName
{
border-color: #CD1370;
}
.TagClassName
{
border-color: #CD1370;
}
</style>