Shades of Medium Violet Red #CD0391
Tints of Medium Violet Red #CD0391
RGB
CMYK
RGB Variations
Color information
#CD0391 (or 0xCD0391) is known color: Medium Violet Red. HEX triplet: CD, 03 and 91. RGB value is (205,3,145). Sum of RGB (Red+Green+Blue) = 205+3+145=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0391 is #32FC6E. Grayscale: #4F4F4F. Windows color (decimal): -3341423 or 9503693. OLE color: 9503693.
HSL color Cylindrical-coordinate representation of color #CD0391: hue angle of 317.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0391 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 145 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.20 |
| HSL | 317.82º | 0.97% | 0.41% | - |
| HSV(B) | 317.82º | 0.99% | 0.8% | - |
| XYZ | 30.32 | 15.09 | 28.1 | - |
| YUV | 79.59 | 164.92 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 145 | 0 | 0.99 | 0.29 | 0.20 | 317.82 | 0.97 | 0.41 |
| Hex | CD | 3 | 91 | 0 | 63 | 1D | 14 | 13E | 61 | 29 |
| Octal | 315 | 3 | 221 | 0 | 143 | 35 | 24 | 476 | 141 | 51 |
| Binary | 11001101 | 11 | 10010001 | 0 | 1100011 | 11101 | 10100 | 100111110 | 1100001 | 101001 |
Color Harmonies of #CD0391
Complementary color
Monochromatic Colors of #CD0391
Black with #CD0391
Text Example
Text Example
White with #CD0391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0391; }
p { color: rgb(205,3,145); }
H1.HeaderClassName
{
color: #CD0391;
}
.AnyTagClassName
{
color: #CD0391;
}
</style>
background-color css
<style>
a { background-color: #CD0391; }
a { background-color: rgb(205,3,145); }
div.DivClassName
{
background-color: #CD0391;
}
.BgClassName
{
background-color: #CD0391;
}
</style>
border-color css
<style>
span { border-color: #CD0391; }
span { border-color: rgb(205,3,145); }
td.TdClassName
{
border-color: #CD0391;
}
.TagClassName
{
border-color: #CD0391;
}
</style>