Shades of Medium Violet Red #CA1A7A
Tints of Medium Violet Red #CA1A7A
RGB
CMYK
RGB Variations
Color information
#CA1A7A (or 0xCA1A7A) is known color: Medium Violet Red. HEX triplet: CA, 1A and 7A. RGB value is (202,26,122). Sum of RGB (Red+Green+Blue) = 202+26+122=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1A7A is #35E585. Grayscale: #595959. Windows color (decimal): -3532166 or 8002250. OLE color: 8002250.
HSL color Cylindrical-coordinate representation of color #CA1A7A: hue angle of 327.27º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1A7A is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 26 | 122 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.21 |
| HSL | 327.27º | 0.77% | 0.45% | - |
| HSV(B) | 327.27º | 0.87% | 0.79% | - |
| XYZ | 28.24 | 14.7 | 19.76 | - |
| YUV | 89.57 | 146.31 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 122 | 0 | 0.87 | 0.40 | 0.21 | 327.27 | 0.77 | 0.45 |
| Hex | CA | 1A | 7A | 0 | 57 | 28 | 15 | 147 | 4D | 2D |
| Octal | 312 | 32 | 172 | 0 | 127 | 50 | 25 | 507 | 115 | 55 |
| Binary | 11001010 | 11010 | 1111010 | 0 | 1010111 | 101000 | 10101 | 101000111 | 1001101 | 101101 |
Color Harmonies of #CA1A7A
Complementary color
Monochromatic Colors of #CA1A7A
Black with #CA1A7A
Text Example
Text Example
White with #CA1A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1A7A; }
p { color: rgb(202,26,122); }
H1.HeaderClassName
{
color: #CA1A7A;
}
.AnyTagClassName
{
color: #CA1A7A;
}
</style>
background-color css
<style>
a { background-color: #CA1A7A; }
a { background-color: rgb(202,26,122); }
div.DivClassName
{
background-color: #CA1A7A;
}
.BgClassName
{
background-color: #CA1A7A;
}
</style>
border-color css
<style>
span { border-color: #CA1A7A; }
span { border-color: rgb(202,26,122); }
td.TdClassName
{
border-color: #CA1A7A;
}
.TagClassName
{
border-color: #CA1A7A;
}
</style>