Shades of Medium Violet Red #CD0D93
Tints of Medium Violet Red #CD0D93
RGB
CMYK
RGB Variations
Color information
#CD0D93 (or 0xCD0D93) is known color: Medium Violet Red. HEX triplet: CD, 0D and 93. RGB value is (205,13,147). Sum of RGB (Red+Green+Blue) = 205+13+147=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0D93 is #32F26C. Grayscale: #555555. Windows color (decimal): -3338861 or 9637325. OLE color: 9637325.
HSL color Cylindrical-coordinate representation of color #CD0D93: hue angle of 318.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0D93 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 147 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.20 |
| HSL | 318.13º | 0.88% | 0.43% | - |
| HSV(B) | 318.13º | 0.94% | 0.8% | - |
| XYZ | 30.59 | 15.37 | 28.96 | - |
| YUV | 85.68 | 162.61 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 147 | 0 | 0.94 | 0.28 | 0.20 | 318.13 | 0.88 | 0.43 |
| Hex | CD | D | 93 | 0 | 5E | 1C | 14 | 13E | 58 | 2B |
| Octal | 315 | 15 | 223 | 0 | 136 | 34 | 24 | 476 | 130 | 53 |
| Binary | 11001101 | 1101 | 10010011 | 0 | 1011110 | 11100 | 10100 | 100111110 | 1011000 | 101011 |
Color Harmonies of #CD0D93
Complementary color
Monochromatic Colors of #CD0D93
Black with #CD0D93
Text Example
Text Example
White with #CD0D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0D93; }
p { color: rgb(205,13,147); }
H1.HeaderClassName
{
color: #CD0D93;
}
.AnyTagClassName
{
color: #CD0D93;
}
</style>
background-color css
<style>
a { background-color: #CD0D93; }
a { background-color: rgb(205,13,147); }
div.DivClassName
{
background-color: #CD0D93;
}
.BgClassName
{
background-color: #CD0D93;
}
</style>
border-color css
<style>
span { border-color: #CD0D93; }
span { border-color: rgb(205,13,147); }
td.TdClassName
{
border-color: #CD0D93;
}
.TagClassName
{
border-color: #CD0D93;
}
</style>