Shades of Medium Violet Red #CA129F
Tints of Medium Violet Red #CA129F
RGB
CMYK
RGB Variations
Color information
#CA129F (or 0xCA129F) is known color: Medium Violet Red. HEX triplet: CA, 12 and 9F. RGB value is (202,18,159). Sum of RGB (Red+Green+Blue) = 202+18+159=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA129F is #35ED60. Grayscale: #585858. Windows color (decimal): -3534177 or 10425034. OLE color: 10425034.
HSL color Cylindrical-coordinate representation of color #CA129F: hue angle of 314.02º 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 #CA129F is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 159 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.21 |
| HSL | 314.02º | 0.84% | 0.43% | - |
| HSV(B) | 314.02º | 0.91% | 0.79% | - |
| XYZ | 30.83 | 15.49 | 34.17 | - |
| YUV | 89.09 | 167.46 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 159 | 0 | 0.91 | 0.21 | 0.21 | 314.02 | 0.84 | 0.43 |
| Hex | CA | 12 | 9F | 0 | 5B | 15 | 15 | 13A | 54 | 2B |
| Octal | 312 | 22 | 237 | 0 | 133 | 25 | 25 | 472 | 124 | 53 |
| Binary | 11001010 | 10010 | 10011111 | 0 | 1011011 | 10101 | 10101 | 100111010 | 1010100 | 101011 |
Color Harmonies of #CA129F
Complementary color
Monochromatic Colors of #CA129F
Black with #CA129F
Text Example
Text Example
White with #CA129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA129F; }
p { color: rgb(202,18,159); }
H1.HeaderClassName
{
color: #CA129F;
}
.AnyTagClassName
{
color: #CA129F;
}
</style>
background-color css
<style>
a { background-color: #CA129F; }
a { background-color: rgb(202,18,159); }
div.DivClassName
{
background-color: #CA129F;
}
.BgClassName
{
background-color: #CA129F;
}
</style>
border-color css
<style>
span { border-color: #CA129F; }
span { border-color: rgb(202,18,159); }
td.TdClassName
{
border-color: #CA129F;
}
.TagClassName
{
border-color: #CA129F;
}
</style>