Shades of Medium Red Violet #CA3591
Tints of Medium Red Violet #CA3591
RGB
CMYK
RGB Variations
Color information
#CA3591 (or 0xCA3591) is known color: Medium Red Violet. HEX triplet: CA, 35 and 91. RGB value is (202,53,145). Sum of RGB (Red+Green+Blue) = 202+53+145=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3591 is #35CA6E. Grayscale: #6B6B6B. Windows color (decimal): -3525231 or 9516490. OLE color: 9516490.
HSL color Cylindrical-coordinate representation of color #CA3591: hue angle of 322.95º degrees, saturation: 0.58, 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 #CA3591 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 145 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.21 |
| HSL | 322.95º | 0.58% | 0.5% | - |
| HSV(B) | 322.95º | 0.74% | 0.79% | - |
| XYZ | 30.74 | 17.15 | 28.48 | - |
| YUV | 108.04 | 148.86 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 145 | 0 | 0.74 | 0.28 | 0.21 | 322.95 | 0.58 | 0.5 |
| Hex | CA | 35 | 91 | 0 | 4A | 1C | 15 | 143 | 3A | 32 |
| Octal | 312 | 65 | 221 | 0 | 112 | 34 | 25 | 503 | 72 | 62 |
| Binary | 11001010 | 110101 | 10010001 | 0 | 1001010 | 11100 | 10101 | 101000011 | 111010 | 110010 |
Color Harmonies of #CA3591
Complementary color
Monochromatic Colors of #CA3591
Black with #CA3591
Text Example
Text Example
White with #CA3591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3591; }
p { color: rgb(202,53,145); }
H1.HeaderClassName
{
color: #CA3591;
}
.AnyTagClassName
{
color: #CA3591;
}
</style>
background-color css
<style>
a { background-color: #CA3591; }
a { background-color: rgb(202,53,145); }
div.DivClassName
{
background-color: #CA3591;
}
.BgClassName
{
background-color: #CA3591;
}
</style>
border-color css
<style>
span { border-color: #CA3591; }
span { border-color: rgb(202,53,145); }
td.TdClassName
{
border-color: #CA3591;
}
.TagClassName
{
border-color: #CA3591;
}
</style>