Shades of Medium Violet Red #CA1297
Tints of Medium Violet Red #CA1297
RGB
CMYK
RGB Variations
Color information
#CA1297 (or 0xCA1297) is known color: Medium Violet Red. HEX triplet: CA, 12 and 97. RGB value is (202,18,151). Sum of RGB (Red+Green+Blue) = 202+18+151=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1297 is #35ED68. Grayscale: #575757. Windows color (decimal): -3534185 or 9900746. OLE color: 9900746.
HSL color Cylindrical-coordinate representation of color #CA1297: hue angle of 316.63º 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 #CA1297 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 151 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.21 |
| HSL | 316.63º | 0.84% | 0.43% | - |
| HSV(B) | 316.63º | 0.91% | 0.79% | - |
| XYZ | 30.16 | 15.22 | 30.63 | - |
| YUV | 88.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 151 | 0 | 0.91 | 0.25 | 0.21 | 316.63 | 0.84 | 0.43 |
| Hex | CA | 12 | 97 | 0 | 5B | 19 | 15 | 13D | 54 | 2B |
| Octal | 312 | 22 | 227 | 0 | 133 | 31 | 25 | 475 | 124 | 53 |
| Binary | 11001010 | 10010 | 10010111 | 0 | 1011011 | 11001 | 10101 | 100111101 | 1010100 | 101011 |
Color Harmonies of #CA1297
Complementary color
Monochromatic Colors of #CA1297
Black with #CA1297
Text Example
Text Example
White with #CA1297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1297; }
p { color: rgb(202,18,151); }
H1.HeaderClassName
{
color: #CA1297;
}
.AnyTagClassName
{
color: #CA1297;
}
</style>
background-color css
<style>
a { background-color: #CA1297; }
a { background-color: rgb(202,18,151); }
div.DivClassName
{
background-color: #CA1297;
}
.BgClassName
{
background-color: #CA1297;
}
</style>
border-color css
<style>
span { border-color: #CA1297; }
span { border-color: rgb(202,18,151); }
td.TdClassName
{
border-color: #CA1297;
}
.TagClassName
{
border-color: #CA1297;
}
</style>