Shades of Medium Violet Red #CD0081
Tints of Medium Violet Red #CD0081
RGB
CMYK
RGB Variations
Color information
#CD0081 (or 0xCD0081) is known color: Medium Violet Red. HEX triplet: CD, 00 and 81. RGB value is (205,0,129). Sum of RGB (Red+Green+Blue) = 205+0+129=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0081 is #32FF7E. Grayscale: #4B4B4B. Windows color (decimal): -3342207 or 8454349. OLE color: 8454349.
HSL color Cylindrical-coordinate representation of color #CD0081: hue angle of 322.24º 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 #CD0081 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.37 | 0.20 |
| HSL | 322.24º | 1% | 0.4% | - |
| HSV(B) | 322.24º | 1% | 0.8% | - |
| XYZ | 29.14 | 14.56 | 22.04 | - |
| YUV | 76 | 157.92 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 129 | 0 | 1 | 0.37 | 0.20 | 322.24 | 1 | 0.4 |
| Hex | CD | 0 | 81 | 0 | 64 | 25 | 14 | 142 | 64 | 28 |
| Octal | 315 | 0 | 201 | 0 | 144 | 45 | 24 | 502 | 144 | 50 |
| Binary | 11001101 | 0 | 10000001 | 0 | 1100100 | 100101 | 10100 | 101000010 | 1100100 | 101000 |
Color Harmonies of #CD0081
Complementary color
Monochromatic Colors of #CD0081
Black with #CD0081
Text Example
Text Example
White with #CD0081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0081; }
p { color: rgb(205,0,129); }
H1.HeaderClassName
{
color: #CD0081;
}
.AnyTagClassName
{
color: #CD0081;
}
</style>
background-color css
<style>
a { background-color: #CD0081; }
a { background-color: rgb(205,0,129); }
div.DivClassName
{
background-color: #CD0081;
}
.BgClassName
{
background-color: #CD0081;
}
</style>
border-color css
<style>
span { border-color: #CD0081; }
span { border-color: rgb(205,0,129); }
td.TdClassName
{
border-color: #CD0081;
}
.TagClassName
{
border-color: #CD0081;
}
</style>