Shades of Medium Violet Red #CD0296
Tints of Medium Violet Red #CD0296
RGB
CMYK
RGB Variations
Color information
#CD0296 (or 0xCD0296) is known color: Medium Violet Red. HEX triplet: CD, 02 and 96. RGB value is (205,2,150). Sum of RGB (Red+Green+Blue) = 205+2+150=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0296 is #32FD69. Grayscale: #4F4F4F. Windows color (decimal): -3341674 or 9831117. OLE color: 9831117.
HSL color Cylindrical-coordinate representation of color #CD0296: hue angle of 316.26º 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 #CD0296 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.20 |
| HSL | 316.26º | 0.98% | 0.41% | - |
| HSV(B) | 316.26º | 0.99% | 0.8% | - |
| XYZ | 30.7 | 15.22 | 30.17 | - |
| YUV | 79.57 | 167.75 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 150 | 0 | 0.99 | 0.27 | 0.20 | 316.26 | 0.98 | 0.41 |
| Hex | CD | 2 | 96 | 0 | 63 | 1B | 14 | 13C | 62 | 29 |
| Octal | 315 | 2 | 226 | 0 | 143 | 33 | 24 | 474 | 142 | 51 |
| Binary | 11001101 | 10 | 10010110 | 0 | 1100011 | 11011 | 10100 | 100111100 | 1100010 | 101001 |
Color Harmonies of #CD0296
Complementary color
Monochromatic Colors of #CD0296
Black with #CD0296
Text Example
Text Example
White with #CD0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0296; }
p { color: rgb(205,2,150); }
H1.HeaderClassName
{
color: #CD0296;
}
.AnyTagClassName
{
color: #CD0296;
}
</style>
background-color css
<style>
a { background-color: #CD0296; }
a { background-color: rgb(205,2,150); }
div.DivClassName
{
background-color: #CD0296;
}
.BgClassName
{
background-color: #CD0296;
}
</style>
border-color css
<style>
span { border-color: #CD0296; }
span { border-color: rgb(205,2,150); }
td.TdClassName
{
border-color: #CD0296;
}
.TagClassName
{
border-color: #CD0296;
}
</style>