Shades of Medium Violet Red #CD1398
Tints of Medium Violet Red #CD1398
RGB
CMYK
RGB Variations
Color information
#CD1398 (or 0xCD1398) is known color: Medium Violet Red. HEX triplet: CD, 13 and 98. RGB value is (205,19,152). Sum of RGB (Red+Green+Blue) = 205+19+152=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1398 is #32EC67. Grayscale: #595959. Windows color (decimal): -3337320 or 9966541. OLE color: 9966541.
HSL color Cylindrical-coordinate representation of color #CD1398: hue angle of 317.1º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1398 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 152 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.20 |
| HSL | 317.1º | 0.83% | 0.44% | - |
| HSV(B) | 317.1º | 0.91% | 0.8% | - |
| XYZ | 31.08 | 15.71 | 31.1 | - |
| YUV | 89.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 152 | 0 | 0.91 | 0.26 | 0.20 | 317.1 | 0.83 | 0.44 |
| Hex | CD | 13 | 98 | 0 | 5B | 1A | 14 | 13D | 53 | 2C |
| Octal | 315 | 23 | 230 | 0 | 133 | 32 | 24 | 475 | 123 | 54 |
| Binary | 11001101 | 10011 | 10011000 | 0 | 1011011 | 11010 | 10100 | 100111101 | 1010011 | 101100 |
Color Harmonies of #CD1398
Complementary color
Monochromatic Colors of #CD1398
Black with #CD1398
Text Example
Text Example
White with #CD1398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1398; }
p { color: rgb(205,19,152); }
H1.HeaderClassName
{
color: #CD1398;
}
.AnyTagClassName
{
color: #CD1398;
}
</style>
background-color css
<style>
a { background-color: #CD1398; }
a { background-color: rgb(205,19,152); }
div.DivClassName
{
background-color: #CD1398;
}
.BgClassName
{
background-color: #CD1398;
}
</style>
border-color css
<style>
span { border-color: #CD1398; }
span { border-color: rgb(205,19,152); }
td.TdClassName
{
border-color: #CD1398;
}
.TagClassName
{
border-color: #CD1398;
}
</style>