Shades of Medium Violet Red #CD0281
Tints of Medium Violet Red #CD0281
RGB
CMYK
RGB Variations
Color information
#CD0281 (or 0xCD0281) is known color: Medium Violet Red. HEX triplet: CD, 02 and 81. RGB value is (205,2,129). Sum of RGB (Red+Green+Blue) = 205+2+129=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0281 is #32FD7E. Grayscale: #4C4C4C. Windows color (decimal): -3341695 or 8454861. OLE color: 8454861.
HSL color Cylindrical-coordinate representation of color #CD0281: hue angle of 322.46º degrees, saturation: 0.98, 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 #CD0281 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.20 |
| HSL | 322.46º | 0.98% | 0.41% | - |
| HSV(B) | 322.46º | 0.99% | 0.8% | - |
| XYZ | 29.16 | 14.61 | 22.05 | - |
| YUV | 77.18 | 157.25 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 129 | 0 | 0.99 | 0.37 | 0.20 | 322.46 | 0.98 | 0.41 |
| Hex | CD | 2 | 81 | 0 | 63 | 25 | 14 | 142 | 62 | 29 |
| Octal | 315 | 2 | 201 | 0 | 143 | 45 | 24 | 502 | 142 | 51 |
| Binary | 11001101 | 10 | 10000001 | 0 | 1100011 | 100101 | 10100 | 101000010 | 1100010 | 101001 |
Color Harmonies of #CD0281
Complementary color
Monochromatic Colors of #CD0281
Black with #CD0281
Text Example
Text Example
White with #CD0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0281; }
p { color: rgb(205,2,129); }
H1.HeaderClassName
{
color: #CD0281;
}
.AnyTagClassName
{
color: #CD0281;
}
</style>
background-color css
<style>
a { background-color: #CD0281; }
a { background-color: rgb(205,2,129); }
div.DivClassName
{
background-color: #CD0281;
}
.BgClassName
{
background-color: #CD0281;
}
</style>
border-color css
<style>
span { border-color: #CD0281; }
span { border-color: rgb(205,2,129); }
td.TdClassName
{
border-color: #CD0281;
}
.TagClassName
{
border-color: #CD0281;
}
</style>