Shades of Medium Violet Red #CA1291
Tints of Medium Violet Red #CA1291
RGB
CMYK
RGB Variations
Color information
#CA1291 (or 0xCA1291) is known color: Medium Violet Red. HEX triplet: CA, 12 and 91. RGB value is (202,18,145). Sum of RGB (Red+Green+Blue) = 202+18+145=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1291 is #35ED6E. Grayscale: #575757. Windows color (decimal): -3534191 or 9507530. OLE color: 9507530.
HSL color Cylindrical-coordinate representation of color #CA1291: hue angle of 318.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1291 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 145 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.21 |
| HSL | 318.59º | 0.84% | 0.43% | - |
| HSV(B) | 318.59º | 0.91% | 0.79% | - |
| XYZ | 29.68 | 15.03 | 28.13 | - |
| YUV | 87.49 | 160.46 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 145 | 0 | 0.91 | 0.28 | 0.21 | 318.59 | 0.84 | 0.43 |
| Hex | CA | 12 | 91 | 0 | 5B | 1C | 15 | 13F | 54 | 2B |
| Octal | 312 | 22 | 221 | 0 | 133 | 34 | 25 | 477 | 124 | 53 |
| Binary | 11001010 | 10010 | 10010001 | 0 | 1011011 | 11100 | 10101 | 100111111 | 1010100 | 101011 |
Color Harmonies of #CA1291
Complementary color
Monochromatic Colors of #CA1291
Black with #CA1291
Text Example
Text Example
White with #CA1291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1291; }
p { color: rgb(202,18,145); }
H1.HeaderClassName
{
color: #CA1291;
}
.AnyTagClassName
{
color: #CA1291;
}
</style>
background-color css
<style>
a { background-color: #CA1291; }
a { background-color: rgb(202,18,145); }
div.DivClassName
{
background-color: #CA1291;
}
.BgClassName
{
background-color: #CA1291;
}
</style>
border-color css
<style>
span { border-color: #CA1291; }
span { border-color: rgb(202,18,145); }
td.TdClassName
{
border-color: #CA1291;
}
.TagClassName
{
border-color: #CA1291;
}
</style>