Shades of Medium Violet Red #CD0083
Tints of Medium Violet Red #CD0083
RGB
CMYK
RGB Variations
Color information
#CD0083 (or 0xCD0083) is known color: Medium Violet Red. HEX triplet: CD, 00 and 83. RGB value is (205,0,131). Sum of RGB (Red+Green+Blue) = 205+0+131=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0083 is #32FF7C. Grayscale: #4B4B4B. Windows color (decimal): -3342205 or 8585421. OLE color: 8585421.
HSL color Cylindrical-coordinate representation of color #CD0083: hue angle of 321.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0083 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.36 | 0.20 |
| HSL | 321.66º | 1% | 0.4% | - |
| HSV(B) | 321.66º | 1% | 0.8% | - |
| XYZ | 29.27 | 14.62 | 22.75 | - |
| YUV | 76.23 | 158.92 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 131 | 0 | 1 | 0.36 | 0.20 | 321.66 | 1 | 0.4 |
| Hex | CD | 0 | 83 | 0 | 64 | 24 | 14 | 142 | 64 | 28 |
| Octal | 315 | 0 | 203 | 0 | 144 | 44 | 24 | 502 | 144 | 50 |
| Binary | 11001101 | 0 | 10000011 | 0 | 1100100 | 100100 | 10100 | 101000010 | 1100100 | 101000 |
Color Harmonies of #CD0083
Complementary color
Monochromatic Colors of #CD0083
Black with #CD0083
Text Example
Text Example
White with #CD0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0083; }
p { color: rgb(205,0,131); }
H1.HeaderClassName
{
color: #CD0083;
}
.AnyTagClassName
{
color: #CD0083;
}
</style>
background-color css
<style>
a { background-color: #CD0083; }
a { background-color: rgb(205,0,131); }
div.DivClassName
{
background-color: #CD0083;
}
.BgClassName
{
background-color: #CD0083;
}
</style>
border-color css
<style>
span { border-color: #CD0083; }
span { border-color: rgb(205,0,131); }
td.TdClassName
{
border-color: #CD0083;
}
.TagClassName
{
border-color: #CD0083;
}
</style>