Shades of Medium Violet Red #CD1497
Tints of Medium Violet Red #CD1497
RGB
CMYK
RGB Variations
Color information
#CD1497 (or 0xCD1497) is known color: Medium Violet Red. HEX triplet: CD, 14 and 97. RGB value is (205,20,151). Sum of RGB (Red+Green+Blue) = 205+20+151=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1497 is #32EB68. Grayscale: #595959. Windows color (decimal): -3337065 or 9901261. OLE color: 9901261.
HSL color Cylindrical-coordinate representation of color #CD1497: hue angle of 317.51º 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 #CD1497 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 151 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.20 |
| HSL | 317.51º | 0.82% | 0.44% | - |
| HSV(B) | 317.51º | 0.9% | 0.8% | - |
| XYZ | 31.01 | 15.71 | 30.68 | - |
| YUV | 90.25 | 162.29 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 151 | 0 | 0.90 | 0.26 | 0.20 | 317.51 | 0.82 | 0.44 |
| Hex | CD | 14 | 97 | 0 | 5A | 1A | 14 | 13E | 52 | 2C |
| Octal | 315 | 24 | 227 | 0 | 132 | 32 | 24 | 476 | 122 | 54 |
| Binary | 11001101 | 10100 | 10010111 | 0 | 1011010 | 11010 | 10100 | 100111110 | 1010010 | 101100 |
Color Harmonies of #CD1497
Complementary color
Monochromatic Colors of #CD1497
Black with #CD1497
Text Example
Text Example
White with #CD1497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1497; }
p { color: rgb(205,20,151); }
H1.HeaderClassName
{
color: #CD1497;
}
.AnyTagClassName
{
color: #CD1497;
}
</style>
background-color css
<style>
a { background-color: #CD1497; }
a { background-color: rgb(205,20,151); }
div.DivClassName
{
background-color: #CD1497;
}
.BgClassName
{
background-color: #CD1497;
}
</style>
border-color css
<style>
span { border-color: #CD1497; }
span { border-color: rgb(205,20,151); }
td.TdClassName
{
border-color: #CD1497;
}
.TagClassName
{
border-color: #CD1497;
}
</style>