Shades of Medium Violet Red #CD0498
Tints of Medium Violet Red #CD0498
RGB
CMYK
RGB Variations
Color information
#CD0498 (or 0xCD0498) is known color: Medium Violet Red. HEX triplet: CD, 04 and 98. RGB value is (205,4,152). Sum of RGB (Red+Green+Blue) = 205+4+152=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0498 is #32FB67. Grayscale: #505050. Windows color (decimal): -3341160 or 9962701. OLE color: 9962701.
HSL color Cylindrical-coordinate representation of color #CD0498: hue angle of 315.82º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0498 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 4 | 152 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.20 |
| HSL | 315.82º | 0.96% | 0.41% | - |
| HSV(B) | 315.82º | 0.98% | 0.8% | - |
| XYZ | 30.89 | 15.33 | 31.04 | - |
| YUV | 80.97 | 168.09 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 152 | 0 | 0.98 | 0.26 | 0.20 | 315.82 | 0.96 | 0.41 |
| Hex | CD | 4 | 98 | 0 | 62 | 1A | 14 | 13C | 60 | 29 |
| Octal | 315 | 4 | 230 | 0 | 142 | 32 | 24 | 474 | 140 | 51 |
| Binary | 11001101 | 100 | 10011000 | 0 | 1100010 | 11010 | 10100 | 100111100 | 1100000 | 101001 |
Color Harmonies of #CD0498
Complementary color
Monochromatic Colors of #CD0498
Black with #CD0498
Text Example
Text Example
White with #CD0498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0498; }
p { color: rgb(205,4,152); }
H1.HeaderClassName
{
color: #CD0498;
}
.AnyTagClassName
{
color: #CD0498;
}
</style>
background-color css
<style>
a { background-color: #CD0498; }
a { background-color: rgb(205,4,152); }
div.DivClassName
{
background-color: #CD0498;
}
.BgClassName
{
background-color: #CD0498;
}
</style>
border-color css
<style>
span { border-color: #CD0498; }
span { border-color: rgb(205,4,152); }
td.TdClassName
{
border-color: #CD0498;
}
.TagClassName
{
border-color: #CD0498;
}
</style>