Shades of Medium Red Violet #CA3487
Tints of Medium Red Violet #CA3487
RGB
CMYK
RGB Variations
Color information
#CA3487 (or 0xCA3487) is known color: Medium Red Violet. HEX triplet: CA, 34 and 87. RGB value is (202,52,135). Sum of RGB (Red+Green+Blue) = 202+52+135=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3487 is #35CB78. Grayscale: #6A6A6A. Windows color (decimal): -3525497 or 8860874. OLE color: 8860874.
HSL color Cylindrical-coordinate representation of color #CA3487: hue angle of 326.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3487 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 135 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.21 |
| HSL | 326.8º | 0.59% | 0.5% | - |
| HSV(B) | 326.8º | 0.74% | 0.79% | - |
| XYZ | 29.96 | 16.76 | 24.58 | - |
| YUV | 106.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 135 | 0 | 0.74 | 0.33 | 0.21 | 326.8 | 0.59 | 0.5 |
| Hex | CA | 34 | 87 | 0 | 4A | 21 | 15 | 147 | 3B | 32 |
| Octal | 312 | 64 | 207 | 0 | 112 | 41 | 25 | 507 | 73 | 62 |
| Binary | 11001010 | 110100 | 10000111 | 0 | 1001010 | 100001 | 10101 | 101000111 | 111011 | 110010 |
Color Harmonies of #CA3487
Complementary color
Monochromatic Colors of #CA3487
Black with #CA3487
Text Example
Text Example
White with #CA3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3487; }
p { color: rgb(202,52,135); }
H1.HeaderClassName
{
color: #CA3487;
}
.AnyTagClassName
{
color: #CA3487;
}
</style>
background-color css
<style>
a { background-color: #CA3487; }
a { background-color: rgb(202,52,135); }
div.DivClassName
{
background-color: #CA3487;
}
.BgClassName
{
background-color: #CA3487;
}
</style>
border-color css
<style>
span { border-color: #CA3487; }
span { border-color: rgb(202,52,135); }
td.TdClassName
{
border-color: #CA3487;
}
.TagClassName
{
border-color: #CA3487;
}
</style>