Shades of Medium Violet Red #CD1281
Tints of Medium Violet Red #CD1281
RGB
CMYK
RGB Variations
Color information
#CD1281 (or 0xCD1281) is known color: Medium Violet Red. HEX triplet: CD, 12 and 81. RGB value is (205,18,129). Sum of RGB (Red+Green+Blue) = 205+18+129=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1281 is #32ED7E. Grayscale: #565656. Windows color (decimal): -3337599 or 8458957. OLE color: 8458957.
HSL color Cylindrical-coordinate representation of color #CD1281: hue angle of 324.39º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1281 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 129 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.20 |
| HSL | 324.39º | 0.84% | 0.44% | - |
| HSV(B) | 324.39º | 0.91% | 0.8% | - |
| XYZ | 29.36 | 15 | 22.12 | - |
| YUV | 86.57 | 151.95 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 129 | 0 | 0.91 | 0.37 | 0.20 | 324.39 | 0.84 | 0.44 |
| Hex | CD | 12 | 81 | 0 | 5B | 25 | 14 | 144 | 54 | 2C |
| Octal | 315 | 22 | 201 | 0 | 133 | 45 | 24 | 504 | 124 | 54 |
| Binary | 11001101 | 10010 | 10000001 | 0 | 1011011 | 100101 | 10100 | 101000100 | 1010100 | 101100 |
Color Harmonies of #CD1281
Complementary color
Monochromatic Colors of #CD1281
Black with #CD1281
Text Example
Text Example
White with #CD1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1281; }
p { color: rgb(205,18,129); }
H1.HeaderClassName
{
color: #CD1281;
}
.AnyTagClassName
{
color: #CD1281;
}
</style>
background-color css
<style>
a { background-color: #CD1281; }
a { background-color: rgb(205,18,129); }
div.DivClassName
{
background-color: #CD1281;
}
.BgClassName
{
background-color: #CD1281;
}
</style>
border-color css
<style>
span { border-color: #CD1281; }
span { border-color: rgb(205,18,129); }
td.TdClassName
{
border-color: #CD1281;
}
.TagClassName
{
border-color: #CD1281;
}
</style>