Shades of Medium Violet Red #CD1498
Tints of Medium Violet Red #CD1498
RGB
CMYK
RGB Variations
Color information
#CD1498 (or 0xCD1498) is known color: Medium Violet Red. HEX triplet: CD, 14 and 98. RGB value is (205,20,152). Sum of RGB (Red+Green+Blue) = 205+20+152=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1498 is #32EB67. Grayscale: #5A5A5A. Windows color (decimal): -3337064 or 9966797. OLE color: 9966797.
HSL color Cylindrical-coordinate representation of color #CD1498: hue angle of 317.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1498 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 152 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.20 |
| HSL | 317.19º | 0.82% | 0.44% | - |
| HSV(B) | 317.19º | 0.9% | 0.8% | - |
| XYZ | 31.09 | 15.75 | 31.11 | - |
| YUV | 90.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 152 | 0 | 0.90 | 0.26 | 0.20 | 317.19 | 0.82 | 0.44 |
| Hex | CD | 14 | 98 | 0 | 5A | 1A | 14 | 13D | 52 | 2C |
| Octal | 315 | 24 | 230 | 0 | 132 | 32 | 24 | 475 | 122 | 54 |
| Binary | 11001101 | 10100 | 10011000 | 0 | 1011010 | 11010 | 10100 | 100111101 | 1010010 | 101100 |
Color Harmonies of #CD1498
Complementary color
Monochromatic Colors of #CD1498
Black with #CD1498
Text Example
Text Example
White with #CD1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1498; }
p { color: rgb(205,20,152); }
H1.HeaderClassName
{
color: #CD1498;
}
.AnyTagClassName
{
color: #CD1498;
}
</style>
background-color css
<style>
a { background-color: #CD1498; }
a { background-color: rgb(205,20,152); }
div.DivClassName
{
background-color: #CD1498;
}
.BgClassName
{
background-color: #CD1498;
}
</style>
border-color css
<style>
span { border-color: #CD1498; }
span { border-color: rgb(205,20,152); }
td.TdClassName
{
border-color: #CD1498;
}
.TagClassName
{
border-color: #CD1498;
}
</style>