Shades of Medium Violet Red #CA1B7A
Tints of Medium Violet Red #CA1B7A
RGB
CMYK
RGB Variations
Color information
#CA1B7A (or 0xCA1B7A) is known color: Medium Violet Red. HEX triplet: CA, 1B and 7A. RGB value is (202,27,122). Sum of RGB (Red+Green+Blue) = 202+27+122=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1B7A is #35E485. Grayscale: #595959. Windows color (decimal): -3531910 or 8002506. OLE color: 8002506.
HSL color Cylindrical-coordinate representation of color #CA1B7A: hue angle of 327.43º 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 #CA1B7A is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 122 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.21 |
| HSL | 327.43º | 0.76% | 0.45% | - |
| HSV(B) | 327.43º | 0.87% | 0.79% | - |
| XYZ | 28.26 | 14.75 | 19.77 | - |
| YUV | 90.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 122 | 0 | 0.87 | 0.40 | 0.21 | 327.43 | 0.76 | 0.45 |
| Hex | CA | 1B | 7A | 0 | 57 | 28 | 15 | 147 | 4C | 2D |
| Octal | 312 | 33 | 172 | 0 | 127 | 50 | 25 | 507 | 114 | 55 |
| Binary | 11001010 | 11011 | 1111010 | 0 | 1010111 | 101000 | 10101 | 101000111 | 1001100 | 101101 |
Color Harmonies of #CA1B7A
Complementary color
Monochromatic Colors of #CA1B7A
Black with #CA1B7A
Text Example
Text Example
White with #CA1B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1B7A; }
p { color: rgb(202,27,122); }
H1.HeaderClassName
{
color: #CA1B7A;
}
.AnyTagClassName
{
color: #CA1B7A;
}
</style>
background-color css
<style>
a { background-color: #CA1B7A; }
a { background-color: rgb(202,27,122); }
div.DivClassName
{
background-color: #CA1B7A;
}
.BgClassName
{
background-color: #CA1B7A;
}
</style>
border-color css
<style>
span { border-color: #CA1B7A; }
span { border-color: rgb(202,27,122); }
td.TdClassName
{
border-color: #CA1B7A;
}
.TagClassName
{
border-color: #CA1B7A;
}
</style>