Shades of Medium Violet Red #CD0370
Tints of Medium Violet Red #CD0370
RGB
CMYK
RGB Variations
Color information
#CD0370 (or 0xCD0370) is known color: Medium Violet Red. HEX triplet: CD, 03 and 70. RGB value is (205,3,112). Sum of RGB (Red+Green+Blue) = 205+3+112=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0370 is #32FC8F. Grayscale: #4B4B4B. Windows color (decimal): -3341456 or 7341005. OLE color: 7341005.
HSL color Cylindrical-coordinate representation of color #CD0370: hue angle of 327.62º 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 #CD0370 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.20 |
| HSL | 327.62º | 0.97% | 0.41% | - |
| HSV(B) | 327.62º | 0.99% | 0.8% | - |
| XYZ | 28.13 | 14.21 | 16.59 | - |
| YUV | 75.82 | 148.42 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 112 | 0 | 0.99 | 0.45 | 0.20 | 327.62 | 0.97 | 0.41 |
| Hex | CD | 3 | 70 | 0 | 63 | 2D | 14 | 148 | 61 | 29 |
| Octal | 315 | 3 | 160 | 0 | 143 | 55 | 24 | 510 | 141 | 51 |
| Binary | 11001101 | 11 | 1110000 | 0 | 1100011 | 101101 | 10100 | 101001000 | 1100001 | 101001 |
Color Harmonies of #CD0370
Complementary color
Monochromatic Colors of #CD0370
Black with #CD0370
Text Example
Text Example
White with #CD0370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0370; }
p { color: rgb(205,3,112); }
H1.HeaderClassName
{
color: #CD0370;
}
.AnyTagClassName
{
color: #CD0370;
}
</style>
background-color css
<style>
a { background-color: #CD0370; }
a { background-color: rgb(205,3,112); }
div.DivClassName
{
background-color: #CD0370;
}
.BgClassName
{
background-color: #CD0370;
}
</style>
border-color css
<style>
span { border-color: #CD0370; }
span { border-color: rgb(205,3,112); }
td.TdClassName
{
border-color: #CD0370;
}
.TagClassName
{
border-color: #CD0370;
}
</style>