Shades of Medium Violet Red #CD037E
Tints of Medium Violet Red #CD037E
RGB
CMYK
RGB Variations
Color information
#CD037E (or 0xCD037E) is known color: Medium Violet Red. HEX triplet: CD, 03 and 7E. RGB value is (205,3,126). Sum of RGB (Red+Green+Blue) = 205+3+126=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD037E is #32FC81. Grayscale: #4D4D4D. Windows color (decimal): -3341442 or 8258509. OLE color: 8258509.
HSL color Cylindrical-coordinate representation of color #CD037E: hue angle of 323.47º 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 #CD037E is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 126 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.20 |
| HSL | 323.47º | 0.97% | 0.41% | - |
| HSV(B) | 323.47º | 0.99% | 0.8% | - |
| XYZ | 28.98 | 14.55 | 21.02 | - |
| YUV | 77.42 | 155.42 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 126 | 0 | 0.99 | 0.39 | 0.20 | 323.47 | 0.97 | 0.41 |
| Hex | CD | 3 | 7E | 0 | 63 | 27 | 14 | 143 | 61 | 29 |
| Octal | 315 | 3 | 176 | 0 | 143 | 47 | 24 | 503 | 141 | 51 |
| Binary | 11001101 | 11 | 1111110 | 0 | 1100011 | 100111 | 10100 | 101000011 | 1100001 | 101001 |
Color Harmonies of #CD037E
Complementary color
Monochromatic Colors of #CD037E
Black with #CD037E
Text Example
Text Example
White with #CD037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD037E; }
p { color: rgb(205,3,126); }
H1.HeaderClassName
{
color: #CD037E;
}
.AnyTagClassName
{
color: #CD037E;
}
</style>
background-color css
<style>
a { background-color: #CD037E; }
a { background-color: rgb(205,3,126); }
div.DivClassName
{
background-color: #CD037E;
}
.BgClassName
{
background-color: #CD037E;
}
</style>
border-color css
<style>
span { border-color: #CD037E; }
span { border-color: rgb(205,3,126); }
td.TdClassName
{
border-color: #CD037E;
}
.TagClassName
{
border-color: #CD037E;
}
</style>