Shades of Medium Violet Red #CD1392
Tints of Medium Violet Red #CD1392
RGB
CMYK
RGB Variations
Color information
#CD1392 (or 0xCD1392) is known color: Medium Violet Red. HEX triplet: CD, 13 and 92. RGB value is (205,19,146). Sum of RGB (Red+Green+Blue) = 205+19+146=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1392 is #32EC6D. Grayscale: #585858. Windows color (decimal): -3337326 or 9573325. OLE color: 9573325.
HSL color Cylindrical-coordinate representation of color #CD1392: hue angle of 319.03º 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 #CD1392 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 146 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.20 |
| HSL | 319.03º | 0.83% | 0.44% | - |
| HSV(B) | 319.03º | 0.91% | 0.8% | - |
| XYZ | 30.6 | 15.52 | 28.58 | - |
| YUV | 89.09 | 160.12 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 146 | 0 | 0.91 | 0.29 | 0.20 | 319.03 | 0.83 | 0.44 |
| Hex | CD | 13 | 92 | 0 | 5B | 1D | 14 | 13F | 53 | 2C |
| Octal | 315 | 23 | 222 | 0 | 133 | 35 | 24 | 477 | 123 | 54 |
| Binary | 11001101 | 10011 | 10010010 | 0 | 1011011 | 11101 | 10100 | 100111111 | 1010011 | 101100 |
Color Harmonies of #CD1392
Complementary color
Monochromatic Colors of #CD1392
Black with #CD1392
Text Example
Text Example
White with #CD1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1392; }
p { color: rgb(205,19,146); }
H1.HeaderClassName
{
color: #CD1392;
}
.AnyTagClassName
{
color: #CD1392;
}
</style>
background-color css
<style>
a { background-color: #CD1392; }
a { background-color: rgb(205,19,146); }
div.DivClassName
{
background-color: #CD1392;
}
.BgClassName
{
background-color: #CD1392;
}
</style>
border-color css
<style>
span { border-color: #CD1392; }
span { border-color: rgb(205,19,146); }
td.TdClassName
{
border-color: #CD1392;
}
.TagClassName
{
border-color: #CD1392;
}
</style>