Shades of Medium Violet Red #CA1B99
Tints of Medium Violet Red #CA1B99
RGB
CMYK
RGB Variations
Color information
#CA1B99 (or 0xCA1B99) is known color: Medium Violet Red. HEX triplet: CA, 1B and 99. RGB value is (202,27,153). Sum of RGB (Red+Green+Blue) = 202+27+153=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1B99 is #35E466. Grayscale: #5D5D5D. Windows color (decimal): -3531879 or 10034122. OLE color: 10034122.
HSL color Cylindrical-coordinate representation of color #CA1B99: hue angle of 316.8º 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 #CA1B99 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 153 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.21 |
| HSL | 316.8º | 0.76% | 0.45% | - |
| HSV(B) | 316.8º | 0.87% | 0.79% | - |
| XYZ | 30.5 | 15.64 | 31.55 | - |
| YUV | 93.69 | 161.48 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 153 | 0 | 0.87 | 0.24 | 0.21 | 316.8 | 0.76 | 0.45 |
| Hex | CA | 1B | 99 | 0 | 57 | 18 | 15 | 13D | 4C | 2D |
| Octal | 312 | 33 | 231 | 0 | 127 | 30 | 25 | 475 | 114 | 55 |
| Binary | 11001010 | 11011 | 10011001 | 0 | 1010111 | 11000 | 10101 | 100111101 | 1001100 | 101101 |
Color Harmonies of #CA1B99
Complementary color
Monochromatic Colors of #CA1B99
Black with #CA1B99
Text Example
Text Example
White with #CA1B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1B99; }
p { color: rgb(202,27,153); }
H1.HeaderClassName
{
color: #CA1B99;
}
.AnyTagClassName
{
color: #CA1B99;
}
</style>
background-color css
<style>
a { background-color: #CA1B99; }
a { background-color: rgb(202,27,153); }
div.DivClassName
{
background-color: #CA1B99;
}
.BgClassName
{
background-color: #CA1B99;
}
</style>
border-color css
<style>
span { border-color: #CA1B99; }
span { border-color: rgb(202,27,153); }
td.TdClassName
{
border-color: #CA1B99;
}
.TagClassName
{
border-color: #CA1B99;
}
</style>