Shades of Medium Violet Red #CD1397
Tints of Medium Violet Red #CD1397
RGB
CMYK
RGB Variations
Color information
#CD1397 (or 0xCD1397) is known color: Medium Violet Red. HEX triplet: CD, 13 and 97. RGB value is (205,19,151). Sum of RGB (Red+Green+Blue) = 205+19+151=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1397 is #32EC68. Grayscale: #595959. Windows color (decimal): -3337321 or 9901005. OLE color: 9901005.
HSL color Cylindrical-coordinate representation of color #CD1397: hue angle of 317.42º 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 #CD1397 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 151 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.20 |
| HSL | 317.42º | 0.83% | 0.44% | - |
| HSV(B) | 317.42º | 0.91% | 0.8% | - |
| XYZ | 31 | 15.68 | 30.67 | - |
| YUV | 89.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 151 | 0 | 0.91 | 0.26 | 0.20 | 317.42 | 0.83 | 0.44 |
| Hex | CD | 13 | 97 | 0 | 5B | 1A | 14 | 13D | 53 | 2C |
| Octal | 315 | 23 | 227 | 0 | 133 | 32 | 24 | 475 | 123 | 54 |
| Binary | 11001101 | 10011 | 10010111 | 0 | 1011011 | 11010 | 10100 | 100111101 | 1010011 | 101100 |
Color Harmonies of #CD1397
Complementary color
Monochromatic Colors of #CD1397
Black with #CD1397
Text Example
Text Example
White with #CD1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1397; }
p { color: rgb(205,19,151); }
H1.HeaderClassName
{
color: #CD1397;
}
.AnyTagClassName
{
color: #CD1397;
}
</style>
background-color css
<style>
a { background-color: #CD1397; }
a { background-color: rgb(205,19,151); }
div.DivClassName
{
background-color: #CD1397;
}
.BgClassName
{
background-color: #CD1397;
}
</style>
border-color css
<style>
span { border-color: #CD1397; }
span { border-color: rgb(205,19,151); }
td.TdClassName
{
border-color: #CD1397;
}
.TagClassName
{
border-color: #CD1397;
}
</style>