Shades of Medium Violet Red #CA129D
Tints of Medium Violet Red #CA129D
RGB
CMYK
RGB Variations
Color information
#CA129D (or 0xCA129D) is known color: Medium Violet Red. HEX triplet: CA, 12 and 9D. RGB value is (202,18,157). Sum of RGB (Red+Green+Blue) = 202+18+157=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA129D is #35ED62. Grayscale: #585858. Windows color (decimal): -3534179 or 10293962. OLE color: 10293962.
HSL color Cylindrical-coordinate representation of color #CA129D: hue angle of 314.67º 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 #CA129D is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 157 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.21 |
| HSL | 314.67º | 0.84% | 0.43% | - |
| HSV(B) | 314.67º | 0.91% | 0.79% | - |
| XYZ | 30.66 | 15.42 | 33.26 | - |
| YUV | 88.86 | 166.46 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 157 | 0 | 0.91 | 0.22 | 0.21 | 314.67 | 0.84 | 0.43 |
| Hex | CA | 12 | 9D | 0 | 5B | 16 | 15 | 13B | 54 | 2B |
| Octal | 312 | 22 | 235 | 0 | 133 | 26 | 25 | 473 | 124 | 53 |
| Binary | 11001010 | 10010 | 10011101 | 0 | 1011011 | 10110 | 10101 | 100111011 | 1010100 | 101011 |
Color Harmonies of #CA129D
Complementary color
Monochromatic Colors of #CA129D
Black with #CA129D
Text Example
Text Example
White with #CA129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA129D; }
p { color: rgb(202,18,157); }
H1.HeaderClassName
{
color: #CA129D;
}
.AnyTagClassName
{
color: #CA129D;
}
</style>
background-color css
<style>
a { background-color: #CA129D; }
a { background-color: rgb(202,18,157); }
div.DivClassName
{
background-color: #CA129D;
}
.BgClassName
{
background-color: #CA129D;
}
</style>
border-color css
<style>
span { border-color: #CA129D; }
span { border-color: rgb(202,18,157); }
td.TdClassName
{
border-color: #CA129D;
}
.TagClassName
{
border-color: #CA129D;
}
</style>