Shades of Medium Violet Red #CD038B
Tints of Medium Violet Red #CD038B
RGB
CMYK
RGB Variations
Color information
#CD038B (or 0xCD038B) is known color: Medium Violet Red. HEX triplet: CD, 03 and 8B. RGB value is (205,3,139). Sum of RGB (Red+Green+Blue) = 205+3+139=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD038B is #32FC74. Grayscale: #4E4E4E. Windows color (decimal): -3341429 or 9110477. OLE color: 9110477.
HSL color Cylindrical-coordinate representation of color #CD038B: hue angle of 319.6º 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 #CD038B is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.20 |
| HSL | 319.6º | 0.97% | 0.41% | - |
| HSV(B) | 319.6º | 0.99% | 0.8% | - |
| XYZ | 29.87 | 14.91 | 25.73 | - |
| YUV | 78.9 | 161.92 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 139 | 0 | 0.99 | 0.32 | 0.20 | 319.6 | 0.97 | 0.41 |
| Hex | CD | 3 | 8B | 0 | 63 | 20 | 14 | 140 | 61 | 29 |
| Octal | 315 | 3 | 213 | 0 | 143 | 40 | 24 | 500 | 141 | 51 |
| Binary | 11001101 | 11 | 10001011 | 0 | 1100011 | 100000 | 10100 | 101000000 | 1100001 | 101001 |
Color Harmonies of #CD038B
Complementary color
Monochromatic Colors of #CD038B
Black with #CD038B
Text Example
Text Example
White with #CD038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD038B; }
p { color: rgb(205,3,139); }
H1.HeaderClassName
{
color: #CD038B;
}
.AnyTagClassName
{
color: #CD038B;
}
</style>
background-color css
<style>
a { background-color: #CD038B; }
a { background-color: rgb(205,3,139); }
div.DivClassName
{
background-color: #CD038B;
}
.BgClassName
{
background-color: #CD038B;
}
</style>
border-color css
<style>
span { border-color: #CD038B; }
span { border-color: rgb(205,3,139); }
td.TdClassName
{
border-color: #CD038B;
}
.TagClassName
{
border-color: #CD038B;
}
</style>