Shades of Medium Violet Red #CD0375
Tints of Medium Violet Red #CD0375
RGB
CMYK
RGB Variations
Color information
#CD0375 (or 0xCD0375) is known color: Medium Violet Red. HEX triplet: CD, 03 and 75. RGB value is (205,3,117). Sum of RGB (Red+Green+Blue) = 205+3+117=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0375 is #32FC8A. Grayscale: #4C4C4C. Windows color (decimal): -3341451 or 7668685. OLE color: 7668685.
HSL color Cylindrical-coordinate representation of color #CD0375: hue angle of 326.14º 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 #CD0375 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.20 |
| HSL | 326.14º | 0.97% | 0.41% | - |
| HSV(B) | 326.14º | 0.99% | 0.8% | - |
| XYZ | 28.42 | 14.33 | 18.1 | - |
| YUV | 76.39 | 150.92 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 117 | 0 | 0.99 | 0.43 | 0.20 | 326.14 | 0.97 | 0.41 |
| Hex | CD | 3 | 75 | 0 | 63 | 2B | 14 | 146 | 61 | 29 |
| Octal | 315 | 3 | 165 | 0 | 143 | 53 | 24 | 506 | 141 | 51 |
| Binary | 11001101 | 11 | 1110101 | 0 | 1100011 | 101011 | 10100 | 101000110 | 1100001 | 101001 |
Color Harmonies of #CD0375
Complementary color
Monochromatic Colors of #CD0375
Black with #CD0375
Text Example
Text Example
White with #CD0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0375; }
p { color: rgb(205,3,117); }
H1.HeaderClassName
{
color: #CD0375;
}
.AnyTagClassName
{
color: #CD0375;
}
</style>
background-color css
<style>
a { background-color: #CD0375; }
a { background-color: rgb(205,3,117); }
div.DivClassName
{
background-color: #CD0375;
}
.BgClassName
{
background-color: #CD0375;
}
</style>
border-color css
<style>
span { border-color: #CD0375; }
span { border-color: rgb(205,3,117); }
td.TdClassName
{
border-color: #CD0375;
}
.TagClassName
{
border-color: #CD0375;
}
</style>