Shades of Medium Violet Red #CD0390
Tints of Medium Violet Red #CD0390
RGB
CMYK
RGB Variations
Color information
#CD0390 (or 0xCD0390) is known color: Medium Violet Red. HEX triplet: CD, 03 and 90. RGB value is (205,3,144). Sum of RGB (Red+Green+Blue) = 205+3+144=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0390 is #32FC6F. Grayscale: #4F4F4F. Windows color (decimal): -3341424 or 9438157. OLE color: 9438157.
HSL color Cylindrical-coordinate representation of color #CD0390: hue angle of 318.12º 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 #CD0390 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.20 |
| HSL | 318.12º | 0.97% | 0.41% | - |
| HSV(B) | 318.12º | 0.99% | 0.8% | - |
| XYZ | 30.24 | 15.06 | 27.7 | - |
| YUV | 79.47 | 164.42 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 144 | 0 | 0.99 | 0.30 | 0.20 | 318.12 | 0.97 | 0.41 |
| Hex | CD | 3 | 90 | 0 | 63 | 1E | 14 | 13E | 61 | 29 |
| Octal | 315 | 3 | 220 | 0 | 143 | 36 | 24 | 476 | 141 | 51 |
| Binary | 11001101 | 11 | 10010000 | 0 | 1100011 | 11110 | 10100 | 100111110 | 1100001 | 101001 |
Color Harmonies of #CD0390
Complementary color
Monochromatic Colors of #CD0390
Black with #CD0390
Text Example
Text Example
White with #CD0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0390; }
p { color: rgb(205,3,144); }
H1.HeaderClassName
{
color: #CD0390;
}
.AnyTagClassName
{
color: #CD0390;
}
</style>
background-color css
<style>
a { background-color: #CD0390; }
a { background-color: rgb(205,3,144); }
div.DivClassName
{
background-color: #CD0390;
}
.BgClassName
{
background-color: #CD0390;
}
</style>
border-color css
<style>
span { border-color: #CD0390; }
span { border-color: rgb(205,3,144); }
td.TdClassName
{
border-color: #CD0390;
}
.TagClassName
{
border-color: #CD0390;
}
</style>