Shades of Medium Violet Red #CA2489
Tints of Medium Violet Red #CA2489
RGB
CMYK
RGB Variations
Color information
#CA2489 (or 0xCA2489) is known color: Medium Violet Red. HEX triplet: CA, 24 and 89. RGB value is (202,36,137). Sum of RGB (Red+Green+Blue) = 202+36+137=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2489 is #35DB76. Grayscale: #606060. Windows color (decimal): -3529591 or 8987850. OLE color: 8987850.
HSL color Cylindrical-coordinate representation of color #CA2489: hue angle of 323.49º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2489 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 137 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.21 |
| HSL | 323.49º | 0.7% | 0.47% | - |
| HSV(B) | 323.49º | 0.82% | 0.79% | - |
| XYZ | 29.5 | 15.62 | 25.13 | - |
| YUV | 97.15 | 150.5 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 137 | 0 | 0.82 | 0.32 | 0.21 | 323.49 | 0.7 | 0.47 |
| Hex | CA | 24 | 89 | 0 | 52 | 20 | 15 | 143 | 46 | 2F |
| Octal | 312 | 44 | 211 | 0 | 122 | 40 | 25 | 503 | 106 | 57 |
| Binary | 11001010 | 100100 | 10001001 | 0 | 1010010 | 100000 | 10101 | 101000011 | 1000110 | 101111 |
Color Harmonies of #CA2489
Complementary color
Monochromatic Colors of #CA2489
Black with #CA2489
Text Example
Text Example
White with #CA2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2489; }
p { color: rgb(202,36,137); }
H1.HeaderClassName
{
color: #CA2489;
}
.AnyTagClassName
{
color: #CA2489;
}
</style>
background-color css
<style>
a { background-color: #CA2489; }
a { background-color: rgb(202,36,137); }
div.DivClassName
{
background-color: #CA2489;
}
.BgClassName
{
background-color: #CA2489;
}
</style>
border-color css
<style>
span { border-color: #CA2489; }
span { border-color: rgb(202,36,137); }
td.TdClassName
{
border-color: #CA2489;
}
.TagClassName
{
border-color: #CA2489;
}
</style>