Shades of Medium Violet Red #CA119B
Tints of Medium Violet Red #CA119B
RGB
CMYK
RGB Variations
Color information
#CA119B (or 0xCA119B) is known color: Medium Violet Red. HEX triplet: CA, 11 and 9B. RGB value is (202,17,155). Sum of RGB (Red+Green+Blue) = 202+17+155=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA119B is #35EE64. Grayscale: #575757. Windows color (decimal): -3534437 or 10162634. OLE color: 10162634.
HSL color Cylindrical-coordinate representation of color #CA119B: hue angle of 315.24º 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 #CA119B is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 155 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.21 |
| HSL | 315.24º | 0.84% | 0.43% | - |
| HSV(B) | 315.24º | 0.92% | 0.79% | - |
| XYZ | 30.47 | 15.32 | 32.36 | - |
| YUV | 88.05 | 165.79 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 155 | 0 | 0.92 | 0.23 | 0.21 | 315.24 | 0.84 | 0.43 |
| Hex | CA | 11 | 9B | 0 | 5C | 17 | 15 | 13B | 54 | 2B |
| Octal | 312 | 21 | 233 | 0 | 134 | 27 | 25 | 473 | 124 | 53 |
| Binary | 11001010 | 10001 | 10011011 | 0 | 1011100 | 10111 | 10101 | 100111011 | 1010100 | 101011 |
Color Harmonies of #CA119B
Complementary color
Monochromatic Colors of #CA119B
Black with #CA119B
Text Example
Text Example
White with #CA119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA119B; }
p { color: rgb(202,17,155); }
H1.HeaderClassName
{
color: #CA119B;
}
.AnyTagClassName
{
color: #CA119B;
}
</style>
background-color css
<style>
a { background-color: #CA119B; }
a { background-color: rgb(202,17,155); }
div.DivClassName
{
background-color: #CA119B;
}
.BgClassName
{
background-color: #CA119B;
}
</style>
border-color css
<style>
span { border-color: #CA119B; }
span { border-color: rgb(202,17,155); }
td.TdClassName
{
border-color: #CA119B;
}
.TagClassName
{
border-color: #CA119B;
}
</style>