Shades of Medium Violet Red #CA1BA6
Tints of Medium Violet Red #CA1BA6
RGB
CMYK
RGB Variations
Color information
#CA1BA6 (or 0xCA1BA6) is known color: Medium Violet Red. HEX triplet: CA, 1B and A6. RGB value is (202,27,166). Sum of RGB (Red+Green+Blue) = 202+27+166=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1BA6 is #35E459. Grayscale: #5E5E5E. Windows color (decimal): -3531866 or 10886090. OLE color: 10886090.
HSL color Cylindrical-coordinate representation of color #CA1BA6: hue angle of 312.34º 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 #CA1BA6 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 166 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.21 |
| HSL | 312.34º | 0.76% | 0.45% | - |
| HSV(B) | 312.34º | 0.87% | 0.79% | - |
| XYZ | 31.63 | 16.09 | 37.52 | - |
| YUV | 95.17 | 167.98 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 166 | 0 | 0.87 | 0.18 | 0.21 | 312.34 | 0.76 | 0.45 |
| Hex | CA | 1B | A6 | 0 | 57 | 12 | 15 | 138 | 4C | 2D |
| Octal | 312 | 33 | 246 | 0 | 127 | 22 | 25 | 470 | 114 | 55 |
| Binary | 11001010 | 11011 | 10100110 | 0 | 1010111 | 10010 | 10101 | 100111000 | 1001100 | 101101 |
Color Harmonies of #CA1BA6
Complementary color
Monochromatic Colors of #CA1BA6
Black with #CA1BA6
Text Example
Text Example
White with #CA1BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BA6; }
p { color: rgb(202,27,166); }
H1.HeaderClassName
{
color: #CA1BA6;
}
.AnyTagClassName
{
color: #CA1BA6;
}
</style>
background-color css
<style>
a { background-color: #CA1BA6; }
a { background-color: rgb(202,27,166); }
div.DivClassName
{
background-color: #CA1BA6;
}
.BgClassName
{
background-color: #CA1BA6;
}
</style>
border-color css
<style>
span { border-color: #CA1BA6; }
span { border-color: rgb(202,27,166); }
td.TdClassName
{
border-color: #CA1BA6;
}
.TagClassName
{
border-color: #CA1BA6;
}
</style>