Shades of Medium Violet Red #CA126D
Tints of Medium Violet Red #CA126D
RGB
CMYK
RGB Variations
Color information
#CA126D (or 0xCA126D) is known color: Medium Violet Red. HEX triplet: CA, 12 and 6D. RGB value is (202,18,109). Sum of RGB (Red+Green+Blue) = 202+18+109=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA126D is #35ED92. Grayscale: #535353. Windows color (decimal): -3534227 or 7148234. OLE color: 7148234.
HSL color Cylindrical-coordinate representation of color #CA126D: hue angle of 330.33º 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 #CA126D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 109 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.21 |
| HSL | 330.33º | 0.84% | 0.43% | - |
| HSV(B) | 330.33º | 0.91% | 0.79% | - |
| XYZ | 27.33 | 14.09 | 15.75 | - |
| YUV | 83.39 | 142.46 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 109 | 0 | 0.91 | 0.46 | 0.21 | 330.33 | 0.84 | 0.43 |
| Hex | CA | 12 | 6D | 0 | 5B | 2E | 15 | 14A | 54 | 2B |
| Octal | 312 | 22 | 155 | 0 | 133 | 56 | 25 | 512 | 124 | 53 |
| Binary | 11001010 | 10010 | 1101101 | 0 | 1011011 | 101110 | 10101 | 101001010 | 1010100 | 101011 |
Color Harmonies of #CA126D
Complementary color
Monochromatic Colors of #CA126D
Black with #CA126D
Text Example
Text Example
White with #CA126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA126D; }
p { color: rgb(202,18,109); }
H1.HeaderClassName
{
color: #CA126D;
}
.AnyTagClassName
{
color: #CA126D;
}
</style>
background-color css
<style>
a { background-color: #CA126D; }
a { background-color: rgb(202,18,109); }
div.DivClassName
{
background-color: #CA126D;
}
.BgClassName
{
background-color: #CA126D;
}
</style>
border-color css
<style>
span { border-color: #CA126D; }
span { border-color: rgb(202,18,109); }
td.TdClassName
{
border-color: #CA126D;
}
.TagClassName
{
border-color: #CA126D;
}
</style>