Shades of Medium Violet Red #CD1495
Tints of Medium Violet Red #CD1495
RGB
CMYK
RGB Variations
Color information
#CD1495 (or 0xCD1495) is known color: Medium Violet Red. HEX triplet: CD, 14 and 95. RGB value is (205,20,149). Sum of RGB (Red+Green+Blue) = 205+20+149=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1495 is #32EB6A. Grayscale: #595959. Windows color (decimal): -3337067 or 9770189. OLE color: 9770189.
HSL color Cylindrical-coordinate representation of color #CD1495: hue angle of 318.16º degrees, saturation: 0.82, 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 #CD1495 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 149 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.20 |
| HSL | 318.16º | 0.82% | 0.44% | - |
| HSV(B) | 318.16º | 0.9% | 0.8% | - |
| XYZ | 30.85 | 15.65 | 29.83 | - |
| YUV | 90.02 | 161.29 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 149 | 0 | 0.90 | 0.27 | 0.20 | 318.16 | 0.82 | 0.44 |
| Hex | CD | 14 | 95 | 0 | 5A | 1B | 14 | 13E | 52 | 2C |
| Octal | 315 | 24 | 225 | 0 | 132 | 33 | 24 | 476 | 122 | 54 |
| Binary | 11001101 | 10100 | 10010101 | 0 | 1011010 | 11011 | 10100 | 100111110 | 1010010 | 101100 |
Color Harmonies of #CD1495
Complementary color
Monochromatic Colors of #CD1495
Black with #CD1495
Text Example
Text Example
White with #CD1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1495; }
p { color: rgb(205,20,149); }
H1.HeaderClassName
{
color: #CD1495;
}
.AnyTagClassName
{
color: #CD1495;
}
</style>
background-color css
<style>
a { background-color: #CD1495; }
a { background-color: rgb(205,20,149); }
div.DivClassName
{
background-color: #CD1495;
}
.BgClassName
{
background-color: #CD1495;
}
</style>
border-color css
<style>
span { border-color: #CD1495; }
span { border-color: rgb(205,20,149); }
td.TdClassName
{
border-color: #CD1495;
}
.TagClassName
{
border-color: #CD1495;
}
</style>