Shades of Medium Violet Red #CD1481
Tints of Medium Violet Red #CD1481
RGB
CMYK
RGB Variations
Color information
#CD1481 (or 0xCD1481) is known color: Medium Violet Red. HEX triplet: CD, 14 and 81. RGB value is (205,20,129). Sum of RGB (Red+Green+Blue) = 205+20+129=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1481 is #32EB7E. Grayscale: #575757. Windows color (decimal): -3337087 or 8459469. OLE color: 8459469.
HSL color Cylindrical-coordinate representation of color #CD1481: hue angle of 324.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1481 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 129 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.20 |
| HSL | 324.65º | 0.82% | 0.44% | - |
| HSV(B) | 324.65º | 0.9% | 0.8% | - |
| XYZ | 29.39 | 15.06 | 22.13 | - |
| YUV | 87.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 129 | 0 | 0.90 | 0.37 | 0.20 | 324.65 | 0.82 | 0.44 |
| Hex | CD | 14 | 81 | 0 | 5A | 25 | 14 | 145 | 52 | 2C |
| Octal | 315 | 24 | 201 | 0 | 132 | 45 | 24 | 505 | 122 | 54 |
| Binary | 11001101 | 10100 | 10000001 | 0 | 1011010 | 100101 | 10100 | 101000101 | 1010010 | 101100 |
Color Harmonies of #CD1481
Complementary color
Monochromatic Colors of #CD1481
Black with #CD1481
Text Example
Text Example
White with #CD1481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1481; }
p { color: rgb(205,20,129); }
H1.HeaderClassName
{
color: #CD1481;
}
.AnyTagClassName
{
color: #CD1481;
}
</style>
background-color css
<style>
a { background-color: #CD1481; }
a { background-color: rgb(205,20,129); }
div.DivClassName
{
background-color: #CD1481;
}
.BgClassName
{
background-color: #CD1481;
}
</style>
border-color css
<style>
span { border-color: #CD1481; }
span { border-color: rgb(205,20,129); }
td.TdClassName
{
border-color: #CD1481;
}
.TagClassName
{
border-color: #CD1481;
}
</style>