Shades of Medium Violet Red #CD1384
Tints of Medium Violet Red #CD1384
RGB
CMYK
RGB Variations
Color information
#CD1384 (or 0xCD1384) is known color: Medium Violet Red. HEX triplet: CD, 13 and 84. RGB value is (205,19,132). Sum of RGB (Red+Green+Blue) = 205+19+132=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1384 is #32EC7B. Grayscale: #575757. Windows color (decimal): -3337340 or 8655821. OLE color: 8655821.
HSL color Cylindrical-coordinate representation of color #CD1384: hue angle of 323.55º degrees, saturation: 0.83, 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 #CD1384 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 132 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.20 |
| HSL | 323.55º | 0.83% | 0.44% | - |
| HSV(B) | 323.55º | 0.91% | 0.8% | - |
| XYZ | 29.57 | 15.11 | 23.19 | - |
| YUV | 87.5 | 153.12 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 132 | 0 | 0.91 | 0.36 | 0.20 | 323.55 | 0.83 | 0.44 |
| Hex | CD | 13 | 84 | 0 | 5B | 24 | 14 | 144 | 53 | 2C |
| Octal | 315 | 23 | 204 | 0 | 133 | 44 | 24 | 504 | 123 | 54 |
| Binary | 11001101 | 10011 | 10000100 | 0 | 1011011 | 100100 | 10100 | 101000100 | 1010011 | 101100 |
Color Harmonies of #CD1384
Complementary color
Monochromatic Colors of #CD1384
Black with #CD1384
Text Example
Text Example
White with #CD1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1384; }
p { color: rgb(205,19,132); }
H1.HeaderClassName
{
color: #CD1384;
}
.AnyTagClassName
{
color: #CD1384;
}
</style>
background-color css
<style>
a { background-color: #CD1384; }
a { background-color: rgb(205,19,132); }
div.DivClassName
{
background-color: #CD1384;
}
.BgClassName
{
background-color: #CD1384;
}
</style>
border-color css
<style>
span { border-color: #CD1384; }
span { border-color: rgb(205,19,132); }
td.TdClassName
{
border-color: #CD1384;
}
.TagClassName
{
border-color: #CD1384;
}
</style>