Shades of Medium Violet Red #CA119C
Tints of Medium Violet Red #CA119C
RGB
CMYK
RGB Variations
Color information
#CA119C (or 0xCA119C) is known color: Medium Violet Red. HEX triplet: CA, 11 and 9C. RGB value is (202,17,156). Sum of RGB (Red+Green+Blue) = 202+17+156=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA119C is #35EE63. Grayscale: #575757. Windows color (decimal): -3534436 or 10228170. OLE color: 10228170.
HSL color Cylindrical-coordinate representation of color #CA119C: hue angle of 314.92º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA119C is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 156 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.21 |
| HSL | 314.92º | 0.84% | 0.43% | - |
| HSV(B) | 314.92º | 0.92% | 0.79% | - |
| XYZ | 30.56 | 15.36 | 32.81 | - |
| YUV | 88.16 | 166.29 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 156 | 0 | 0.92 | 0.23 | 0.21 | 314.92 | 0.84 | 0.43 |
| Hex | CA | 11 | 9C | 0 | 5C | 17 | 15 | 13B | 54 | 2B |
| Octal | 312 | 21 | 234 | 0 | 134 | 27 | 25 | 473 | 124 | 53 |
| Binary | 11001010 | 10001 | 10011100 | 0 | 1011100 | 10111 | 10101 | 100111011 | 1010100 | 101011 |
Color Harmonies of #CA119C
Complementary color
Monochromatic Colors of #CA119C
Black with #CA119C
Text Example
Text Example
White with #CA119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA119C; }
p { color: rgb(202,17,156); }
H1.HeaderClassName
{
color: #CA119C;
}
.AnyTagClassName
{
color: #CA119C;
}
</style>
background-color css
<style>
a { background-color: #CA119C; }
a { background-color: rgb(202,17,156); }
div.DivClassName
{
background-color: #CA119C;
}
.BgClassName
{
background-color: #CA119C;
}
</style>
border-color css
<style>
span { border-color: #CA119C; }
span { border-color: rgb(202,17,156); }
td.TdClassName
{
border-color: #CA119C;
}
.TagClassName
{
border-color: #CA119C;
}
</style>