Shades of Medium Violet Red #CA1BA2
Tints of Medium Violet Red #CA1BA2
RGB
CMYK
RGB Variations
Color information
#CA1BA2 (or 0xCA1BA2) is known color: Medium Violet Red. HEX triplet: CA, 1B and A2. RGB value is (202,27,162). Sum of RGB (Red+Green+Blue) = 202+27+162=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1BA2 is #35E45D. Grayscale: #5E5E5E. Windows color (decimal): -3531870 or 10623946. OLE color: 10623946.
HSL color Cylindrical-coordinate representation of color #CA1BA2: hue angle of 313.71º degrees, saturation: 0.76, 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 #CA1BA2 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 162 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.21 |
| HSL | 313.71º | 0.76% | 0.45% | - |
| HSV(B) | 313.71º | 0.87% | 0.79% | - |
| XYZ | 31.27 | 15.95 | 35.61 | - |
| YUV | 94.72 | 165.98 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 162 | 0 | 0.87 | 0.20 | 0.21 | 313.71 | 0.76 | 0.45 |
| Hex | CA | 1B | A2 | 0 | 57 | 14 | 15 | 13A | 4C | 2D |
| Octal | 312 | 33 | 242 | 0 | 127 | 24 | 25 | 472 | 114 | 55 |
| Binary | 11001010 | 11011 | 10100010 | 0 | 1010111 | 10100 | 10101 | 100111010 | 1001100 | 101101 |
Color Harmonies of #CA1BA2
Complementary color
Monochromatic Colors of #CA1BA2
Black with #CA1BA2
Text Example
Text Example
White with #CA1BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BA2; }
p { color: rgb(202,27,162); }
H1.HeaderClassName
{
color: #CA1BA2;
}
.AnyTagClassName
{
color: #CA1BA2;
}
</style>
background-color css
<style>
a { background-color: #CA1BA2; }
a { background-color: rgb(202,27,162); }
div.DivClassName
{
background-color: #CA1BA2;
}
.BgClassName
{
background-color: #CA1BA2;
}
</style>
border-color css
<style>
span { border-color: #CA1BA2; }
span { border-color: rgb(202,27,162); }
td.TdClassName
{
border-color: #CA1BA2;
}
.TagClassName
{
border-color: #CA1BA2;
}
</style>