Shades of Medium Violet Red #CD0380
Tints of Medium Violet Red #CD0380
RGB
CMYK
RGB Variations
Color information
#CD0380 (or 0xCD0380) is known color: Medium Violet Red. HEX triplet: CD, 03 and 80. RGB value is (205,3,128). Sum of RGB (Red+Green+Blue) = 205+3+128=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0380 is #32FC7F. Grayscale: #4D4D4D. Windows color (decimal): -3341440 or 8389581. OLE color: 8389581.
HSL color Cylindrical-coordinate representation of color #CD0380: hue angle of 322.87º 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 #CD0380 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.20 |
| HSL | 322.87º | 0.97% | 0.41% | - |
| HSV(B) | 322.87º | 0.99% | 0.8% | - |
| XYZ | 29.11 | 14.6 | 21.71 | - |
| YUV | 77.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 128 | 0 | 0.99 | 0.38 | 0.20 | 322.87 | 0.97 | 0.41 |
| Hex | CD | 3 | 80 | 0 | 63 | 26 | 14 | 143 | 61 | 29 |
| Octal | 315 | 3 | 200 | 0 | 143 | 46 | 24 | 503 | 141 | 51 |
| Binary | 11001101 | 11 | 10000000 | 0 | 1100011 | 100110 | 10100 | 101000011 | 1100001 | 101001 |
Color Harmonies of #CD0380
Complementary color
Monochromatic Colors of #CD0380
Black with #CD0380
Text Example
Text Example
White with #CD0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0380; }
p { color: rgb(205,3,128); }
H1.HeaderClassName
{
color: #CD0380;
}
.AnyTagClassName
{
color: #CD0380;
}
</style>
background-color css
<style>
a { background-color: #CD0380; }
a { background-color: rgb(205,3,128); }
div.DivClassName
{
background-color: #CD0380;
}
.BgClassName
{
background-color: #CD0380;
}
</style>
border-color css
<style>
span { border-color: #CD0380; }
span { border-color: rgb(205,3,128); }
td.TdClassName
{
border-color: #CD0380;
}
.TagClassName
{
border-color: #CD0380;
}
</style>