Shades of Medium Violet Red #CA1BA7
Tints of Medium Violet Red #CA1BA7
RGB
CMYK
RGB Variations
Color information
#CA1BA7 (or 0xCA1BA7) is known color: Medium Violet Red. HEX triplet: CA, 1B and A7. RGB value is (202,27,167). Sum of RGB (Red+Green+Blue) = 202+27+167=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1BA7 is #35E458. Grayscale: #5E5E5E. Windows color (decimal): -3531865 or 10951626. OLE color: 10951626.
HSL color Cylindrical-coordinate representation of color #CA1BA7: hue angle of 312º 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 #CA1BA7 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 167 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.21 |
| HSL | 312º | 0.76% | 0.45% | - |
| HSV(B) | 312º | 0.87% | 0.79% | - |
| XYZ | 31.72 | 16.13 | 38 | - |
| YUV | 95.29 | 168.48 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 167 | 0 | 0.87 | 0.17 | 0.21 | 312 | 0.76 | 0.45 |
| Hex | CA | 1B | A7 | 0 | 57 | 11 | 15 | 138 | 4C | 2D |
| Octal | 312 | 33 | 247 | 0 | 127 | 21 | 25 | 470 | 114 | 55 |
| Binary | 11001010 | 11011 | 10100111 | 0 | 1010111 | 10001 | 10101 | 100111000 | 1001100 | 101101 |
Color Harmonies of #CA1BA7
Complementary color
Monochromatic Colors of #CA1BA7
Black with #CA1BA7
Text Example
Text Example
White with #CA1BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BA7; }
p { color: rgb(202,27,167); }
H1.HeaderClassName
{
color: #CA1BA7;
}
.AnyTagClassName
{
color: #CA1BA7;
}
</style>
background-color css
<style>
a { background-color: #CA1BA7; }
a { background-color: rgb(202,27,167); }
div.DivClassName
{
background-color: #CA1BA7;
}
.BgClassName
{
background-color: #CA1BA7;
}
</style>
border-color css
<style>
span { border-color: #CA1BA7; }
span { border-color: rgb(202,27,167); }
td.TdClassName
{
border-color: #CA1BA7;
}
.TagClassName
{
border-color: #CA1BA7;
}
</style>