Shades of Medium Violet Red #CA166F
Tints of Medium Violet Red #CA166F
RGB
CMYK
RGB Variations
Color information
#CA166F (or 0xCA166F) is known color: Medium Violet Red. HEX triplet: CA, 16 and 6F. RGB value is (202,22,111). Sum of RGB (Red+Green+Blue) = 202+22+111=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA166F is #35E990. Grayscale: #555555. Windows color (decimal): -3533201 or 7280330. OLE color: 7280330.
HSL color Cylindrical-coordinate representation of color #CA166F: hue angle of 330.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA166F is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 111 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.21 |
| HSL | 330.33º | 0.8% | 0.44% | - |
| HSV(B) | 330.33º | 0.89% | 0.79% | - |
| XYZ | 27.51 | 14.28 | 16.34 | - |
| YUV | 85.97 | 142.13 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 111 | 0 | 0.89 | 0.45 | 0.21 | 330.33 | 0.8 | 0.44 |
| Hex | CA | 16 | 6F | 0 | 59 | 2D | 15 | 14A | 50 | 2C |
| Octal | 312 | 26 | 157 | 0 | 131 | 55 | 25 | 512 | 120 | 54 |
| Binary | 11001010 | 10110 | 1101111 | 0 | 1011001 | 101101 | 10101 | 101001010 | 1010000 | 101100 |
Color Harmonies of #CA166F
Complementary color
Monochromatic Colors of #CA166F
Black with #CA166F
Text Example
Text Example
White with #CA166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA166F; }
p { color: rgb(202,22,111); }
H1.HeaderClassName
{
color: #CA166F;
}
.AnyTagClassName
{
color: #CA166F;
}
</style>
background-color css
<style>
a { background-color: #CA166F; }
a { background-color: rgb(202,22,111); }
div.DivClassName
{
background-color: #CA166F;
}
.BgClassName
{
background-color: #CA166F;
}
</style>
border-color css
<style>
span { border-color: #CA166F; }
span { border-color: rgb(202,22,111); }
td.TdClassName
{
border-color: #CA166F;
}
.TagClassName
{
border-color: #CA166F;
}
</style>