Shades of Medium Violet Red #CD037C
Tints of Medium Violet Red #CD037C
RGB
CMYK
RGB Variations
Color information
#CD037C (or 0xCD037C) is known color: Medium Violet Red. HEX triplet: CD, 03 and 7C. RGB value is (205,3,124). Sum of RGB (Red+Green+Blue) = 205+3+124=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD037C is #32FC83. Grayscale: #4C4C4C. Windows color (decimal): -3341444 or 8127437. OLE color: 8127437.
HSL color Cylindrical-coordinate representation of color #CD037C: hue angle of 324.06º 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 #CD037C is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.20 |
| HSL | 324.06º | 0.97% | 0.41% | - |
| HSV(B) | 324.06º | 0.99% | 0.8% | - |
| XYZ | 28.85 | 14.5 | 20.35 | - |
| YUV | 77.19 | 154.42 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 124 | 0 | 0.99 | 0.40 | 0.20 | 324.06 | 0.97 | 0.41 |
| Hex | CD | 3 | 7C | 0 | 63 | 28 | 14 | 144 | 61 | 29 |
| Octal | 315 | 3 | 174 | 0 | 143 | 50 | 24 | 504 | 141 | 51 |
| Binary | 11001101 | 11 | 1111100 | 0 | 1100011 | 101000 | 10100 | 101000100 | 1100001 | 101001 |
Color Harmonies of #CD037C
Complementary color
Monochromatic Colors of #CD037C
Black with #CD037C
Text Example
Text Example
White with #CD037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD037C; }
p { color: rgb(205,3,124); }
H1.HeaderClassName
{
color: #CD037C;
}
.AnyTagClassName
{
color: #CD037C;
}
</style>
background-color css
<style>
a { background-color: #CD037C; }
a { background-color: rgb(205,3,124); }
div.DivClassName
{
background-color: #CD037C;
}
.BgClassName
{
background-color: #CD037C;
}
</style>
border-color css
<style>
span { border-color: #CD037C; }
span { border-color: rgb(205,3,124); }
td.TdClassName
{
border-color: #CD037C;
}
.TagClassName
{
border-color: #CD037C;
}
</style>