Shades of Medium Violet Red #CA129C
Tints of Medium Violet Red #CA129C
RGB
CMYK
RGB Variations
Color information
#CA129C (or 0xCA129C) is known color: Medium Violet Red. HEX triplet: CA, 12 and 9C. RGB value is (202,18,156). Sum of RGB (Red+Green+Blue) = 202+18+156=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA129C is #35ED63. Grayscale: #585858. Windows color (decimal): -3534180 or 10228426. OLE color: 10228426.
HSL color Cylindrical-coordinate representation of color #CA129C: hue angle of 315º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA129C is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 156 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.21 |
| HSL | 315º | 0.84% | 0.43% | - |
| HSV(B) | 315º | 0.91% | 0.79% | - |
| XYZ | 30.57 | 15.39 | 32.81 | - |
| YUV | 88.75 | 165.96 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 156 | 0 | 0.91 | 0.23 | 0.21 | 315 | 0.84 | 0.43 |
| Hex | CA | 12 | 9C | 0 | 5B | 17 | 15 | 13B | 54 | 2B |
| Octal | 312 | 22 | 234 | 0 | 133 | 27 | 25 | 473 | 124 | 53 |
| Binary | 11001010 | 10010 | 10011100 | 0 | 1011011 | 10111 | 10101 | 100111011 | 1010100 | 101011 |
Color Harmonies of #CA129C
Complementary color
Monochromatic Colors of #CA129C
Black with #CA129C
Text Example
Text Example
White with #CA129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA129C; }
p { color: rgb(202,18,156); }
H1.HeaderClassName
{
color: #CA129C;
}
.AnyTagClassName
{
color: #CA129C;
}
</style>
background-color css
<style>
a { background-color: #CA129C; }
a { background-color: rgb(202,18,156); }
div.DivClassName
{
background-color: #CA129C;
}
.BgClassName
{
background-color: #CA129C;
}
</style>
border-color css
<style>
span { border-color: #CA129C; }
span { border-color: rgb(202,18,156); }
td.TdClassName
{
border-color: #CA129C;
}
.TagClassName
{
border-color: #CA129C;
}
</style>