Shades of Medium Violet Red #CD1483
Tints of Medium Violet Red #CD1483
RGB
CMYK
RGB Variations
Color information
#CD1483 (or 0xCD1483) is known color: Medium Violet Red. HEX triplet: CD, 14 and 83. RGB value is (205,20,131). Sum of RGB (Red+Green+Blue) = 205+20+131=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1483 is #32EB7C. Grayscale: #575757. Windows color (decimal): -3337085 or 8590541. OLE color: 8590541.
HSL color Cylindrical-coordinate representation of color #CD1483: hue angle of 324º 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 #CD1483 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 131 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.20 |
| HSL | 324º | 0.82% | 0.44% | - |
| HSV(B) | 324º | 0.9% | 0.8% | - |
| XYZ | 29.52 | 15.12 | 22.83 | - |
| YUV | 87.97 | 152.29 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 131 | 0 | 0.90 | 0.36 | 0.20 | 324 | 0.82 | 0.44 |
| Hex | CD | 14 | 83 | 0 | 5A | 24 | 14 | 144 | 52 | 2C |
| Octal | 315 | 24 | 203 | 0 | 132 | 44 | 24 | 504 | 122 | 54 |
| Binary | 11001101 | 10100 | 10000011 | 0 | 1011010 | 100100 | 10100 | 101000100 | 1010010 | 101100 |
Color Harmonies of #CD1483
Complementary color
Monochromatic Colors of #CD1483
Black with #CD1483
Text Example
Text Example
White with #CD1483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1483; }
p { color: rgb(205,20,131); }
H1.HeaderClassName
{
color: #CD1483;
}
.AnyTagClassName
{
color: #CD1483;
}
</style>
background-color css
<style>
a { background-color: #CD1483; }
a { background-color: rgb(205,20,131); }
div.DivClassName
{
background-color: #CD1483;
}
.BgClassName
{
background-color: #CD1483;
}
</style>
border-color css
<style>
span { border-color: #CD1483; }
span { border-color: rgb(205,20,131); }
td.TdClassName
{
border-color: #CD1483;
}
.TagClassName
{
border-color: #CD1483;
}
</style>