Shades of Medium Violet Red #CA1584
Tints of Medium Violet Red #CA1584
RGB
CMYK
RGB Variations
Color information
#CA1584 (or 0xCA1584) is known color: Medium Violet Red. HEX triplet: CA, 15 and 84. RGB value is (202,21,132). Sum of RGB (Red+Green+Blue) = 202+21+132=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1584 is #35EA7B. Grayscale: #575757. Windows color (decimal): -3533436 or 8656330. OLE color: 8656330.
HSL color Cylindrical-coordinate representation of color #CA1584: hue angle of 323.2º 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 #CA1584 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 132 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.21 |
| HSL | 323.2º | 0.81% | 0.44% | - |
| HSV(B) | 323.2º | 0.9% | 0.79% | - |
| XYZ | 28.79 | 14.76 | 23.16 | - |
| YUV | 87.77 | 152.97 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 132 | 0 | 0.90 | 0.35 | 0.21 | 323.2 | 0.81 | 0.44 |
| Hex | CA | 15 | 84 | 0 | 5A | 23 | 15 | 143 | 51 | 2C |
| Octal | 312 | 25 | 204 | 0 | 132 | 43 | 25 | 503 | 121 | 54 |
| Binary | 11001010 | 10101 | 10000100 | 0 | 1011010 | 100011 | 10101 | 101000011 | 1010001 | 101100 |
Color Harmonies of #CA1584
Complementary color
Monochromatic Colors of #CA1584
Black with #CA1584
Text Example
Text Example
White with #CA1584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1584; }
p { color: rgb(202,21,132); }
H1.HeaderClassName
{
color: #CA1584;
}
.AnyTagClassName
{
color: #CA1584;
}
</style>
background-color css
<style>
a { background-color: #CA1584; }
a { background-color: rgb(202,21,132); }
div.DivClassName
{
background-color: #CA1584;
}
.BgClassName
{
background-color: #CA1584;
}
</style>
border-color css
<style>
span { border-color: #CA1584; }
span { border-color: rgb(202,21,132); }
td.TdClassName
{
border-color: #CA1584;
}
.TagClassName
{
border-color: #CA1584;
}
</style>