Shades of Medium Violet Red #CD0298
Tints of Medium Violet Red #CD0298
RGB
CMYK
RGB Variations
Color information
#CD0298 (or 0xCD0298) is known color: Medium Violet Red. HEX triplet: CD, 02 and 98. RGB value is (205,2,152). Sum of RGB (Red+Green+Blue) = 205+2+152=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0298 is #32FD67. Grayscale: #4F4F4F. Windows color (decimal): -3341672 or 9962189. OLE color: 9962189.
HSL color Cylindrical-coordinate representation of color #CD0298: hue angle of 315.67º 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 #CD0298 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.20 |
| HSL | 315.67º | 0.98% | 0.41% | - |
| HSV(B) | 315.67º | 0.99% | 0.8% | - |
| XYZ | 30.87 | 15.29 | 31.03 | - |
| YUV | 79.8 | 168.75 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 152 | 0 | 0.99 | 0.26 | 0.20 | 315.67 | 0.98 | 0.41 |
| Hex | CD | 2 | 98 | 0 | 63 | 1A | 14 | 13C | 62 | 29 |
| Octal | 315 | 2 | 230 | 0 | 143 | 32 | 24 | 474 | 142 | 51 |
| Binary | 11001101 | 10 | 10011000 | 0 | 1100011 | 11010 | 10100 | 100111100 | 1100010 | 101001 |
Color Harmonies of #CD0298
Complementary color
Monochromatic Colors of #CD0298
Black with #CD0298
Text Example
Text Example
White with #CD0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0298; }
p { color: rgb(205,2,152); }
H1.HeaderClassName
{
color: #CD0298;
}
.AnyTagClassName
{
color: #CD0298;
}
</style>
background-color css
<style>
a { background-color: #CD0298; }
a { background-color: rgb(205,2,152); }
div.DivClassName
{
background-color: #CD0298;
}
.BgClassName
{
background-color: #CD0298;
}
</style>
border-color css
<style>
span { border-color: #CD0298; }
span { border-color: rgb(205,2,152); }
td.TdClassName
{
border-color: #CD0298;
}
.TagClassName
{
border-color: #CD0298;
}
</style>