Shades of Medium Violet Red #CA126F
Tints of Medium Violet Red #CA126F
RGB
CMYK
RGB Variations
Color information
#CA126F (or 0xCA126F) is known color: Medium Violet Red. HEX triplet: CA, 12 and 6F. RGB value is (202,18,111). Sum of RGB (Red+Green+Blue) = 202+18+111=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA126F is #35ED90. Grayscale: #535353. Windows color (decimal): -3534225 or 7279306. OLE color: 7279306.
HSL color Cylindrical-coordinate representation of color #CA126F: hue angle of 329.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 #CA126F is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 111 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.21 |
| HSL | 329.67º | 0.84% | 0.43% | - |
| HSV(B) | 329.67º | 0.91% | 0.79% | - |
| XYZ | 27.44 | 14.14 | 16.32 | - |
| YUV | 83.62 | 143.46 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 111 | 0 | 0.91 | 0.45 | 0.21 | 329.67 | 0.84 | 0.43 |
| Hex | CA | 12 | 6F | 0 | 5B | 2D | 15 | 14A | 54 | 2B |
| Octal | 312 | 22 | 157 | 0 | 133 | 55 | 25 | 512 | 124 | 53 |
| Binary | 11001010 | 10010 | 1101111 | 0 | 1011011 | 101101 | 10101 | 101001010 | 1010100 | 101011 |
Color Harmonies of #CA126F
Complementary color
Monochromatic Colors of #CA126F
Black with #CA126F
Text Example
Text Example
White with #CA126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA126F; }
p { color: rgb(202,18,111); }
H1.HeaderClassName
{
color: #CA126F;
}
.AnyTagClassName
{
color: #CA126F;
}
</style>
background-color css
<style>
a { background-color: #CA126F; }
a { background-color: rgb(202,18,111); }
div.DivClassName
{
background-color: #CA126F;
}
.BgClassName
{
background-color: #CA126F;
}
</style>
border-color css
<style>
span { border-color: #CA126F; }
span { border-color: rgb(202,18,111); }
td.TdClassName
{
border-color: #CA126F;
}
.TagClassName
{
border-color: #CA126F;
}
</style>