Shades of Medium Violet Red #CD0293
Tints of Medium Violet Red #CD0293
RGB
CMYK
RGB Variations
Color information
#CD0293 (or 0xCD0293) is known color: Medium Violet Red. HEX triplet: CD, 02 and 93. RGB value is (205,2,147). Sum of RGB (Red+Green+Blue) = 205+2+147=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0293 is #32FD6C. Grayscale: #4E4E4E. Windows color (decimal): -3341677 or 9634509. OLE color: 9634509.
HSL color Cylindrical-coordinate representation of color #CD0293: hue angle of 317.14º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0293 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.20 |
| HSL | 317.14º | 0.98% | 0.41% | - |
| HSV(B) | 317.14º | 0.99% | 0.8% | - |
| XYZ | 30.47 | 15.13 | 28.92 | - |
| YUV | 79.23 | 166.25 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 147 | 0 | 0.99 | 0.28 | 0.20 | 317.14 | 0.98 | 0.41 |
| Hex | CD | 2 | 93 | 0 | 63 | 1C | 14 | 13D | 62 | 29 |
| Octal | 315 | 2 | 223 | 0 | 143 | 34 | 24 | 475 | 142 | 51 |
| Binary | 11001101 | 10 | 10010011 | 0 | 1100011 | 11100 | 10100 | 100111101 | 1100010 | 101001 |
Color Harmonies of #CD0293
Complementary color
Monochromatic Colors of #CD0293
Black with #CD0293
Text Example
Text Example
White with #CD0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0293; }
p { color: rgb(205,2,147); }
H1.HeaderClassName
{
color: #CD0293;
}
.AnyTagClassName
{
color: #CD0293;
}
</style>
background-color css
<style>
a { background-color: #CD0293; }
a { background-color: rgb(205,2,147); }
div.DivClassName
{
background-color: #CD0293;
}
.BgClassName
{
background-color: #CD0293;
}
</style>
border-color css
<style>
span { border-color: #CD0293; }
span { border-color: rgb(205,2,147); }
td.TdClassName
{
border-color: #CD0293;
}
.TagClassName
{
border-color: #CD0293;
}
</style>