Shades of Medium Violet Red #CA1498
Tints of Medium Violet Red #CA1498
RGB
CMYK
RGB Variations
Color information
#CA1498 (or 0xCA1498) is known color: Medium Violet Red. HEX triplet: CA, 14 and 98. RGB value is (202,20,152). Sum of RGB (Red+Green+Blue) = 202+20+152=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1498 is #35EB67. Grayscale: #595959. Windows color (decimal): -3533672 or 9966794. OLE color: 9966794.
HSL color Cylindrical-coordinate representation of color #CA1498: hue angle of 316.48º degrees, saturation: 0.82, 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 #CA1498 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 152 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.21 |
| HSL | 316.48º | 0.82% | 0.44% | - |
| HSV(B) | 316.48º | 0.9% | 0.79% | - |
| XYZ | 30.27 | 15.32 | 31.07 | - |
| YUV | 89.47 | 163.3 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 152 | 0 | 0.90 | 0.25 | 0.21 | 316.48 | 0.82 | 0.44 |
| Hex | CA | 14 | 98 | 0 | 5A | 19 | 15 | 13C | 52 | 2C |
| Octal | 312 | 24 | 230 | 0 | 132 | 31 | 25 | 474 | 122 | 54 |
| Binary | 11001010 | 10100 | 10011000 | 0 | 1011010 | 11001 | 10101 | 100111100 | 1010010 | 101100 |
Color Harmonies of #CA1498
Complementary color
Monochromatic Colors of #CA1498
Black with #CA1498
Text Example
Text Example
White with #CA1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1498; }
p { color: rgb(202,20,152); }
H1.HeaderClassName
{
color: #CA1498;
}
.AnyTagClassName
{
color: #CA1498;
}
</style>
background-color css
<style>
a { background-color: #CA1498; }
a { background-color: rgb(202,20,152); }
div.DivClassName
{
background-color: #CA1498;
}
.BgClassName
{
background-color: #CA1498;
}
</style>
border-color css
<style>
span { border-color: #CA1498; }
span { border-color: rgb(202,20,152); }
td.TdClassName
{
border-color: #CA1498;
}
.TagClassName
{
border-color: #CA1498;
}
</style>