Shades of Medium Violet Red #CA157D
Tints of Medium Violet Red #CA157D
RGB
CMYK
RGB Variations
Color information
#CA157D (or 0xCA157D) is known color: Medium Violet Red. HEX triplet: CA, 15 and 7D. RGB value is (202,21,125). Sum of RGB (Red+Green+Blue) = 202+21+125=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA157D is #35EA82. Grayscale: #565656. Windows color (decimal): -3533443 or 8197578. OLE color: 8197578.
HSL color Cylindrical-coordinate representation of color #CA157D: hue angle of 325.52º 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 #CA157D is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 125 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.21 |
| HSL | 325.52º | 0.81% | 0.44% | - |
| HSV(B) | 325.52º | 0.9% | 0.79% | - |
| XYZ | 28.33 | 14.57 | 20.72 | - |
| YUV | 86.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 125 | 0 | 0.90 | 0.38 | 0.21 | 325.52 | 0.81 | 0.44 |
| Hex | CA | 15 | 7D | 0 | 5A | 26 | 15 | 146 | 51 | 2C |
| Octal | 312 | 25 | 175 | 0 | 132 | 46 | 25 | 506 | 121 | 54 |
| Binary | 11001010 | 10101 | 1111101 | 0 | 1011010 | 100110 | 10101 | 101000110 | 1010001 | 101100 |
Color Harmonies of #CA157D
Complementary color
Monochromatic Colors of #CA157D
Black with #CA157D
Text Example
Text Example
White with #CA157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA157D; }
p { color: rgb(202,21,125); }
H1.HeaderClassName
{
color: #CA157D;
}
.AnyTagClassName
{
color: #CA157D;
}
</style>
background-color css
<style>
a { background-color: #CA157D; }
a { background-color: rgb(202,21,125); }
div.DivClassName
{
background-color: #CA157D;
}
.BgClassName
{
background-color: #CA157D;
}
</style>
border-color css
<style>
span { border-color: #CA157D; }
span { border-color: rgb(202,21,125); }
td.TdClassName
{
border-color: #CA157D;
}
.TagClassName
{
border-color: #CA157D;
}
</style>