Shades of Medium Violet Red #CD0299
Tints of Medium Violet Red #CD0299
RGB
CMYK
RGB Variations
Color information
#CD0299 (or 0xCD0299) is known color: Medium Violet Red. HEX triplet: CD, 02 and 99. RGB value is (205,2,153). Sum of RGB (Red+Green+Blue) = 205+2+153=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0299 is #32FD66. Grayscale: #4F4F4F. Windows color (decimal): -3341671 or 10027725. OLE color: 10027725.
HSL color Cylindrical-coordinate representation of color #CD0299: hue angle of 315.37º 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 #CD0299 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.20 |
| HSL | 315.37º | 0.98% | 0.41% | - |
| HSV(B) | 315.37º | 0.99% | 0.8% | - |
| XYZ | 30.95 | 15.32 | 31.46 | - |
| YUV | 79.91 | 169.25 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 153 | 0 | 0.99 | 0.25 | 0.20 | 315.37 | 0.98 | 0.41 |
| Hex | CD | 2 | 99 | 0 | 63 | 19 | 14 | 13B | 62 | 29 |
| Octal | 315 | 2 | 231 | 0 | 143 | 31 | 24 | 473 | 142 | 51 |
| Binary | 11001101 | 10 | 10011001 | 0 | 1100011 | 11001 | 10100 | 100111011 | 1100010 | 101001 |
Color Harmonies of #CD0299
Complementary color
Monochromatic Colors of #CD0299
Black with #CD0299
Text Example
Text Example
White with #CD0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0299; }
p { color: rgb(205,2,153); }
H1.HeaderClassName
{
color: #CD0299;
}
.AnyTagClassName
{
color: #CD0299;
}
</style>
background-color css
<style>
a { background-color: #CD0299; }
a { background-color: rgb(205,2,153); }
div.DivClassName
{
background-color: #CD0299;
}
.BgClassName
{
background-color: #CD0299;
}
</style>
border-color css
<style>
span { border-color: #CD0299; }
span { border-color: rgb(205,2,153); }
td.TdClassName
{
border-color: #CD0299;
}
.TagClassName
{
border-color: #CD0299;
}
</style>