Shades of Medium Violet Red #CA109B
Tints of Medium Violet Red #CA109B
RGB
CMYK
RGB Variations
Color information
#CA109B (or 0xCA109B) is known color: Medium Violet Red. HEX triplet: CA, 10 and 9B. RGB value is (202,16,155). Sum of RGB (Red+Green+Blue) = 202+16+155=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA109B is #35EF64. Grayscale: #575757. Windows color (decimal): -3534693 or 10162378. OLE color: 10162378.
HSL color Cylindrical-coordinate representation of color #CA109B: hue angle of 315.16º degrees, saturation: 0.85, 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 #CA109B is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 155 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.21 |
| HSL | 315.16º | 0.85% | 0.43% | - |
| HSV(B) | 315.16º | 0.92% | 0.79% | - |
| XYZ | 30.46 | 15.29 | 32.36 | - |
| YUV | 87.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 155 | 0 | 0.92 | 0.23 | 0.21 | 315.16 | 0.85 | 0.43 |
| Hex | CA | 10 | 9B | 0 | 5C | 17 | 15 | 13B | 55 | 2B |
| Octal | 312 | 20 | 233 | 0 | 134 | 27 | 25 | 473 | 125 | 53 |
| Binary | 11001010 | 10000 | 10011011 | 0 | 1011100 | 10111 | 10101 | 100111011 | 1010101 | 101011 |
Color Harmonies of #CA109B
Complementary color
Monochromatic Colors of #CA109B
Black with #CA109B
Text Example
Text Example
White with #CA109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA109B; }
p { color: rgb(202,16,155); }
H1.HeaderClassName
{
color: #CA109B;
}
.AnyTagClassName
{
color: #CA109B;
}
</style>
background-color css
<style>
a { background-color: #CA109B; }
a { background-color: rgb(202,16,155); }
div.DivClassName
{
background-color: #CA109B;
}
.BgClassName
{
background-color: #CA109B;
}
</style>
border-color css
<style>
span { border-color: #CA109B; }
span { border-color: rgb(202,16,155); }
td.TdClassName
{
border-color: #CA109B;
}
.TagClassName
{
border-color: #CA109B;
}
</style>