Shades of Medium Violet Red #CA1A6D
Tints of Medium Violet Red #CA1A6D
RGB
CMYK
RGB Variations
Color information
#CA1A6D (or 0xCA1A6D) is known color: Medium Violet Red. HEX triplet: CA, 1A and 6D. RGB value is (202,26,109). Sum of RGB (Red+Green+Blue) = 202+26+109=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1A6D is #35E592. Grayscale: #575757. Windows color (decimal): -3532179 or 7150282. OLE color: 7150282.
HSL color Cylindrical-coordinate representation of color #CA1A6D: hue angle of 331.7º 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 #CA1A6D is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 26 | 109 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.21 |
| HSL | 331.7º | 0.77% | 0.45% | - |
| HSV(B) | 331.7º | 0.87% | 0.79% | - |
| XYZ | 27.49 | 14.4 | 15.8 | - |
| YUV | 88.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 109 | 0 | 0.87 | 0.46 | 0.21 | 331.7 | 0.77 | 0.45 |
| Hex | CA | 1A | 6D | 0 | 57 | 2E | 15 | 14C | 4D | 2D |
| Octal | 312 | 32 | 155 | 0 | 127 | 56 | 25 | 514 | 115 | 55 |
| Binary | 11001010 | 11010 | 1101101 | 0 | 1010111 | 101110 | 10101 | 101001100 | 1001101 | 101101 |
Color Harmonies of #CA1A6D
Complementary color
Monochromatic Colors of #CA1A6D
Black with #CA1A6D
Text Example
Text Example
White with #CA1A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1A6D; }
p { color: rgb(202,26,109); }
H1.HeaderClassName
{
color: #CA1A6D;
}
.AnyTagClassName
{
color: #CA1A6D;
}
</style>
background-color css
<style>
a { background-color: #CA1A6D; }
a { background-color: rgb(202,26,109); }
div.DivClassName
{
background-color: #CA1A6D;
}
.BgClassName
{
background-color: #CA1A6D;
}
</style>
border-color css
<style>
span { border-color: #CA1A6D; }
span { border-color: rgb(202,26,109); }
td.TdClassName
{
border-color: #CA1A6D;
}
.TagClassName
{
border-color: #CA1A6D;
}
</style>