Shades of Medium Violet Red #CA109C
Tints of Medium Violet Red #CA109C
RGB
CMYK
RGB Variations
Color information
#CA109C (or 0xCA109C) is known color: Medium Violet Red. HEX triplet: CA, 10 and 9C. RGB value is (202,16,156). Sum of RGB (Red+Green+Blue) = 202+16+156=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA109C is #35EF63. Grayscale: #575757. Windows color (decimal): -3534692 or 10227914. OLE color: 10227914.
HSL color Cylindrical-coordinate representation of color #CA109C: hue angle of 314.84º 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 #CA109C is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 156 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.21 |
| HSL | 314.84º | 0.85% | 0.43% | - |
| HSV(B) | 314.84º | 0.92% | 0.79% | - |
| XYZ | 30.54 | 15.33 | 32.8 | - |
| YUV | 87.57 | 166.62 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 156 | 0 | 0.92 | 0.23 | 0.21 | 314.84 | 0.85 | 0.43 |
| Hex | CA | 10 | 9C | 0 | 5C | 17 | 15 | 13B | 55 | 2B |
| Octal | 312 | 20 | 234 | 0 | 134 | 27 | 25 | 473 | 125 | 53 |
| Binary | 11001010 | 10000 | 10011100 | 0 | 1011100 | 10111 | 10101 | 100111011 | 1010101 | 101011 |
Color Harmonies of #CA109C
Complementary color
Monochromatic Colors of #CA109C
Black with #CA109C
Text Example
Text Example
White with #CA109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA109C; }
p { color: rgb(202,16,156); }
H1.HeaderClassName
{
color: #CA109C;
}
.AnyTagClassName
{
color: #CA109C;
}
</style>
background-color css
<style>
a { background-color: #CA109C; }
a { background-color: rgb(202,16,156); }
div.DivClassName
{
background-color: #CA109C;
}
.BgClassName
{
background-color: #CA109C;
}
</style>
border-color css
<style>
span { border-color: #CA109C; }
span { border-color: rgb(202,16,156); }
td.TdClassName
{
border-color: #CA109C;
}
.TagClassName
{
border-color: #CA109C;
}
</style>