Shades of Medium Violet Red #CA137A
Tints of Medium Violet Red #CA137A
RGB
CMYK
RGB Variations
Color information
#CA137A (or 0xCA137A) is known color: Medium Violet Red. HEX triplet: CA, 13 and 7A. RGB value is (202,19,122). Sum of RGB (Red+Green+Blue) = 202+19+122=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA137A is #35EC85. Grayscale: #555555. Windows color (decimal): -3533958 or 8000458. OLE color: 8000458.
HSL color Cylindrical-coordinate representation of color #CA137A: hue angle of 326.23º degrees, saturation: 0.83, 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 #CA137A is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 122 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.21 |
| HSL | 326.23º | 0.83% | 0.43% | - |
| HSV(B) | 326.23º | 0.91% | 0.79% | - |
| XYZ | 28.1 | 14.43 | 19.72 | - |
| YUV | 85.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 122 | 0 | 0.91 | 0.40 | 0.21 | 326.23 | 0.83 | 0.43 |
| Hex | CA | 13 | 7A | 0 | 5B | 28 | 15 | 146 | 53 | 2B |
| Octal | 312 | 23 | 172 | 0 | 133 | 50 | 25 | 506 | 123 | 53 |
| Binary | 11001010 | 10011 | 1111010 | 0 | 1011011 | 101000 | 10101 | 101000110 | 1010011 | 101011 |
Color Harmonies of #CA137A
Complementary color
Monochromatic Colors of #CA137A
Black with #CA137A
Text Example
Text Example
White with #CA137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA137A; }
p { color: rgb(202,19,122); }
H1.HeaderClassName
{
color: #CA137A;
}
.AnyTagClassName
{
color: #CA137A;
}
</style>
background-color css
<style>
a { background-color: #CA137A; }
a { background-color: rgb(202,19,122); }
div.DivClassName
{
background-color: #CA137A;
}
.BgClassName
{
background-color: #CA137A;
}
</style>
border-color css
<style>
span { border-color: #CA137A; }
span { border-color: rgb(202,19,122); }
td.TdClassName
{
border-color: #CA137A;
}
.TagClassName
{
border-color: #CA137A;
}
</style>