Shades of Medium Violet Red #CD038E
Tints of Medium Violet Red #CD038E
RGB
CMYK
RGB Variations
Color information
#CD038E (or 0xCD038E) is known color: Medium Violet Red. HEX triplet: CD, 03 and 8E. RGB value is (205,3,142). Sum of RGB (Red+Green+Blue) = 205+3+142=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD038E is #32FC71. Grayscale: #4E4E4E. Windows color (decimal): -3341426 or 9307085. OLE color: 9307085.
HSL color Cylindrical-coordinate representation of color #CD038E: hue angle of 318.71º 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 #CD038E is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.20 |
| HSL | 318.71º | 0.97% | 0.41% | - |
| HSV(B) | 318.71º | 0.99% | 0.8% | - |
| XYZ | 30.09 | 15 | 26.9 | - |
| YUV | 79.24 | 163.42 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 142 | 0 | 0.99 | 0.31 | 0.20 | 318.71 | 0.97 | 0.41 |
| Hex | CD | 3 | 8E | 0 | 63 | 1F | 14 | 13F | 61 | 29 |
| Octal | 315 | 3 | 216 | 0 | 143 | 37 | 24 | 477 | 141 | 51 |
| Binary | 11001101 | 11 | 10001110 | 0 | 1100011 | 11111 | 10100 | 100111111 | 1100001 | 101001 |
Color Harmonies of #CD038E
Complementary color
Monochromatic Colors of #CD038E
Black with #CD038E
Text Example
Text Example
White with #CD038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD038E; }
p { color: rgb(205,3,142); }
H1.HeaderClassName
{
color: #CD038E;
}
.AnyTagClassName
{
color: #CD038E;
}
</style>
background-color css
<style>
a { background-color: #CD038E; }
a { background-color: rgb(205,3,142); }
div.DivClassName
{
background-color: #CD038E;
}
.BgClassName
{
background-color: #CD038E;
}
</style>
border-color css
<style>
span { border-color: #CD038E; }
span { border-color: rgb(205,3,142); }
td.TdClassName
{
border-color: #CD038E;
}
.TagClassName
{
border-color: #CD038E;
}
</style>