Shades of Medium Violet Red #CA1A80
Tints of Medium Violet Red #CA1A80
RGB
CMYK
RGB Variations
Color information
#CA1A80 (or 0xCA1A80) is known color: Medium Violet Red. HEX triplet: CA, 1A and 80. RGB value is (202,26,128). Sum of RGB (Red+Green+Blue) = 202+26+128=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1A80 is #35E57F. Grayscale: #5A5A5A. Windows color (decimal): -3532160 or 8395466. OLE color: 8395466.
HSL color Cylindrical-coordinate representation of color #CA1A80: hue angle of 325.23º 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 #CA1A80 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 26 | 128 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.21 |
| HSL | 325.23º | 0.77% | 0.45% | - |
| HSV(B) | 325.23º | 0.87% | 0.79% | - |
| XYZ | 28.62 | 14.85 | 21.78 | - |
| YUV | 90.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 128 | 0 | 0.87 | 0.37 | 0.21 | 325.23 | 0.77 | 0.45 |
| Hex | CA | 1A | 80 | 0 | 57 | 25 | 15 | 145 | 4D | 2D |
| Octal | 312 | 32 | 200 | 0 | 127 | 45 | 25 | 505 | 115 | 55 |
| Binary | 11001010 | 11010 | 10000000 | 0 | 1010111 | 100101 | 10101 | 101000101 | 1001101 | 101101 |
Color Harmonies of #CA1A80
Complementary color
Monochromatic Colors of #CA1A80
Black with #CA1A80
Text Example
Text Example
White with #CA1A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1A80; }
p { color: rgb(202,26,128); }
H1.HeaderClassName
{
color: #CA1A80;
}
.AnyTagClassName
{
color: #CA1A80;
}
</style>
background-color css
<style>
a { background-color: #CA1A80; }
a { background-color: rgb(202,26,128); }
div.DivClassName
{
background-color: #CA1A80;
}
.BgClassName
{
background-color: #CA1A80;
}
</style>
border-color css
<style>
span { border-color: #CA1A80; }
span { border-color: rgb(202,26,128); }
td.TdClassName
{
border-color: #CA1A80;
}
.TagClassName
{
border-color: #CA1A80;
}
</style>