Shades of Medium Violet Red #CA1598
Tints of Medium Violet Red #CA1598
RGB
CMYK
RGB Variations
Color information
#CA1598 (or 0xCA1598) is known color: Medium Violet Red. HEX triplet: CA, 15 and 98. RGB value is (202,21,152). Sum of RGB (Red+Green+Blue) = 202+21+152=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1598 is #35EA67. Grayscale: #595959. Windows color (decimal): -3533416 or 9967050. OLE color: 9967050.
HSL color Cylindrical-coordinate representation of color #CA1598: hue angle of 316.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1598 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 152 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.21 |
| HSL | 316.57º | 0.81% | 0.44% | - |
| HSV(B) | 316.57º | 0.9% | 0.79% | - |
| XYZ | 30.29 | 15.36 | 31.07 | - |
| YUV | 90.05 | 162.97 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 152 | 0 | 0.90 | 0.25 | 0.21 | 316.57 | 0.81 | 0.44 |
| Hex | CA | 15 | 98 | 0 | 5A | 19 | 15 | 13D | 51 | 2C |
| Octal | 312 | 25 | 230 | 0 | 132 | 31 | 25 | 475 | 121 | 54 |
| Binary | 11001010 | 10101 | 10011000 | 0 | 1011010 | 11001 | 10101 | 100111101 | 1010001 | 101100 |
Color Harmonies of #CA1598
Complementary color
Monochromatic Colors of #CA1598
Black with #CA1598
Text Example
Text Example
White with #CA1598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1598; }
p { color: rgb(202,21,152); }
H1.HeaderClassName
{
color: #CA1598;
}
.AnyTagClassName
{
color: #CA1598;
}
</style>
background-color css
<style>
a { background-color: #CA1598; }
a { background-color: rgb(202,21,152); }
div.DivClassName
{
background-color: #CA1598;
}
.BgClassName
{
background-color: #CA1598;
}
</style>
border-color css
<style>
span { border-color: #CA1598; }
span { border-color: rgb(202,21,152); }
td.TdClassName
{
border-color: #CA1598;
}
.TagClassName
{
border-color: #CA1598;
}
</style>