Shades of Medium Violet Red #CA156D
Tints of Medium Violet Red #CA156D
RGB
CMYK
RGB Variations
Color information
#CA156D (or 0xCA156D) is known color: Medium Violet Red. HEX triplet: CA, 15 and 6D. RGB value is (202,21,109). Sum of RGB (Red+Green+Blue) = 202+21+109=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA156D is #35EA92. Grayscale: #545454. Windows color (decimal): -3533459 or 7149002. OLE color: 7149002.
HSL color Cylindrical-coordinate representation of color #CA156D: hue angle of 330.83º 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 #CA156D is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 109 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.21 |
| HSL | 330.83º | 0.81% | 0.44% | - |
| HSV(B) | 330.83º | 0.9% | 0.79% | - |
| XYZ | 27.39 | 14.2 | 15.76 | - |
| YUV | 85.15 | 141.47 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 109 | 0 | 0.90 | 0.46 | 0.21 | 330.83 | 0.81 | 0.44 |
| Hex | CA | 15 | 6D | 0 | 5A | 2E | 15 | 14B | 51 | 2C |
| Octal | 312 | 25 | 155 | 0 | 132 | 56 | 25 | 513 | 121 | 54 |
| Binary | 11001010 | 10101 | 1101101 | 0 | 1011010 | 101110 | 10101 | 101001011 | 1010001 | 101100 |
Color Harmonies of #CA156D
Complementary color
Monochromatic Colors of #CA156D
Black with #CA156D
Text Example
Text Example
White with #CA156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA156D; }
p { color: rgb(202,21,109); }
H1.HeaderClassName
{
color: #CA156D;
}
.AnyTagClassName
{
color: #CA156D;
}
</style>
background-color css
<style>
a { background-color: #CA156D; }
a { background-color: rgb(202,21,109); }
div.DivClassName
{
background-color: #CA156D;
}
.BgClassName
{
background-color: #CA156D;
}
</style>
border-color css
<style>
span { border-color: #CA156D; }
span { border-color: rgb(202,21,109); }
td.TdClassName
{
border-color: #CA156D;
}
.TagClassName
{
border-color: #CA156D;
}
</style>