Shades of Medium Violet Red #CA109D
Tints of Medium Violet Red #CA109D
RGB
CMYK
RGB Variations
Color information
#CA109D (or 0xCA109D) is known color: Medium Violet Red. HEX triplet: CA, 10 and 9D. RGB value is (202,16,157). Sum of RGB (Red+Green+Blue) = 202+16+157=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA109D is #35EF62. Grayscale: #575757. Windows color (decimal): -3534691 or 10293450. OLE color: 10293450.
HSL color Cylindrical-coordinate representation of color #CA109D: hue angle of 314.52º 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 #CA109D is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 157 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.21 |
| HSL | 314.52º | 0.85% | 0.43% | - |
| HSV(B) | 314.52º | 0.92% | 0.79% | - |
| XYZ | 30.63 | 15.36 | 33.25 | - |
| YUV | 87.69 | 167.12 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 157 | 0 | 0.92 | 0.22 | 0.21 | 314.52 | 0.85 | 0.43 |
| Hex | CA | 10 | 9D | 0 | 5C | 16 | 15 | 13B | 55 | 2B |
| Octal | 312 | 20 | 235 | 0 | 134 | 26 | 25 | 473 | 125 | 53 |
| Binary | 11001010 | 10000 | 10011101 | 0 | 1011100 | 10110 | 10101 | 100111011 | 1010101 | 101011 |
Color Harmonies of #CA109D
Complementary color
Monochromatic Colors of #CA109D
Black with #CA109D
Text Example
Text Example
White with #CA109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA109D; }
p { color: rgb(202,16,157); }
H1.HeaderClassName
{
color: #CA109D;
}
.AnyTagClassName
{
color: #CA109D;
}
</style>
background-color css
<style>
a { background-color: #CA109D; }
a { background-color: rgb(202,16,157); }
div.DivClassName
{
background-color: #CA109D;
}
.BgClassName
{
background-color: #CA109D;
}
</style>
border-color css
<style>
span { border-color: #CA109D; }
span { border-color: rgb(202,16,157); }
td.TdClassName
{
border-color: #CA109D;
}
.TagClassName
{
border-color: #CA109D;
}
</style>