Shades of Medium Violet Red #CA1BAC
Tints of Medium Violet Red #CA1BAC
RGB
CMYK
RGB Variations
Color information
#CA1BAC (or 0xCA1BAC) is known color: Medium Violet Red. HEX triplet: CA, 1B and AC. RGB value is (202,27,172). Sum of RGB (Red+Green+Blue) = 202+27+172=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1BAC is #35E453. Grayscale: #5F5F5F. Windows color (decimal): -3531860 or 11279306. OLE color: 11279306.
HSL color Cylindrical-coordinate representation of color #CA1BAC: hue angle of 310.29º 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 #CA1BAC is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 172 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.21 |
| HSL | 310.29º | 0.76% | 0.45% | - |
| HSV(B) | 310.29º | 0.87% | 0.79% | - |
| XYZ | 32.2 | 16.32 | 40.48 | - |
| YUV | 95.86 | 170.98 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 172 | 0 | 0.87 | 0.15 | 0.21 | 310.29 | 0.76 | 0.45 |
| Hex | CA | 1B | AC | 0 | 57 | F | 15 | 136 | 4C | 2D |
| Octal | 312 | 33 | 254 | 0 | 127 | 17 | 25 | 466 | 114 | 55 |
| Binary | 11001010 | 11011 | 10101100 | 0 | 1010111 | 1111 | 10101 | 100110110 | 1001100 | 101101 |
Color Harmonies of #CA1BAC
Complementary color
Monochromatic Colors of #CA1BAC
Black with #CA1BAC
Text Example
Text Example
White with #CA1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BAC; }
p { color: rgb(202,27,172); }
H1.HeaderClassName
{
color: #CA1BAC;
}
.AnyTagClassName
{
color: #CA1BAC;
}
</style>
background-color css
<style>
a { background-color: #CA1BAC; }
a { background-color: rgb(202,27,172); }
div.DivClassName
{
background-color: #CA1BAC;
}
.BgClassName
{
background-color: #CA1BAC;
}
</style>
border-color css
<style>
span { border-color: #CA1BAC; }
span { border-color: rgb(202,27,172); }
td.TdClassName
{
border-color: #CA1BAC;
}
.TagClassName
{
border-color: #CA1BAC;
}
</style>