Shades of Medium Violet Red #CD1192
Tints of Medium Violet Red #CD1192
RGB
CMYK
RGB Variations
Color information
#CD1192 (or 0xCD1192) is known color: Medium Violet Red. HEX triplet: CD, 11 and 92. RGB value is (205,17,146). Sum of RGB (Red+Green+Blue) = 205+17+146=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1192 is #32EE6D. Grayscale: #575757. Windows color (decimal): -3337838 or 9572813. OLE color: 9572813.
HSL color Cylindrical-coordinate representation of color #CD1192: hue angle of 318.83º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1192 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 146 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.20 |
| HSL | 318.83º | 0.85% | 0.44% | - |
| HSV(B) | 318.83º | 0.92% | 0.8% | - |
| XYZ | 30.57 | 15.46 | 28.57 | - |
| YUV | 87.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 146 | 0 | 0.92 | 0.29 | 0.20 | 318.83 | 0.85 | 0.44 |
| Hex | CD | 11 | 92 | 0 | 5C | 1D | 14 | 13F | 55 | 2C |
| Octal | 315 | 21 | 222 | 0 | 134 | 35 | 24 | 477 | 125 | 54 |
| Binary | 11001101 | 10001 | 10010010 | 0 | 1011100 | 11101 | 10100 | 100111111 | 1010101 | 101100 |
Color Harmonies of #CD1192
Complementary color
Monochromatic Colors of #CD1192
Black with #CD1192
Text Example
Text Example
White with #CD1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1192; }
p { color: rgb(205,17,146); }
H1.HeaderClassName
{
color: #CD1192;
}
.AnyTagClassName
{
color: #CD1192;
}
</style>
background-color css
<style>
a { background-color: #CD1192; }
a { background-color: rgb(205,17,146); }
div.DivClassName
{
background-color: #CD1192;
}
.BgClassName
{
background-color: #CD1192;
}
</style>
border-color css
<style>
span { border-color: #CD1192; }
span { border-color: rgb(205,17,146); }
td.TdClassName
{
border-color: #CD1192;
}
.TagClassName
{
border-color: #CD1192;
}
</style>