Shades of Medium Violet Red #CD037D
Tints of Medium Violet Red #CD037D
RGB
CMYK
RGB Variations
Color information
#CD037D (or 0xCD037D) is known color: Medium Violet Red. HEX triplet: CD, 03 and 7D. RGB value is (205,3,125). Sum of RGB (Red+Green+Blue) = 205+3+125=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD037D is #32FC82. Grayscale: #4D4D4D. Windows color (decimal): -3341443 or 8192973. OLE color: 8192973.
HSL color Cylindrical-coordinate representation of color #CD037D: hue angle of 323.76º 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 #CD037D is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.20 |
| HSL | 323.76º | 0.97% | 0.41% | - |
| HSV(B) | 323.76º | 0.99% | 0.8% | - |
| XYZ | 28.91 | 14.52 | 20.68 | - |
| YUV | 77.31 | 154.92 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 125 | 0 | 0.99 | 0.39 | 0.20 | 323.76 | 0.97 | 0.41 |
| Hex | CD | 3 | 7D | 0 | 63 | 27 | 14 | 144 | 61 | 29 |
| Octal | 315 | 3 | 175 | 0 | 143 | 47 | 24 | 504 | 141 | 51 |
| Binary | 11001101 | 11 | 1111101 | 0 | 1100011 | 100111 | 10100 | 101000100 | 1100001 | 101001 |
Color Harmonies of #CD037D
Complementary color
Monochromatic Colors of #CD037D
Black with #CD037D
Text Example
Text Example
White with #CD037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD037D; }
p { color: rgb(205,3,125); }
H1.HeaderClassName
{
color: #CD037D;
}
.AnyTagClassName
{
color: #CD037D;
}
</style>
background-color css
<style>
a { background-color: #CD037D; }
a { background-color: rgb(205,3,125); }
div.DivClassName
{
background-color: #CD037D;
}
.BgClassName
{
background-color: #CD037D;
}
</style>
border-color css
<style>
span { border-color: #CD037D; }
span { border-color: rgb(205,3,125); }
td.TdClassName
{
border-color: #CD037D;
}
.TagClassName
{
border-color: #CD037D;
}
</style>