Shades of Medium Violet Red #CA166E
Tints of Medium Violet Red #CA166E
RGB
CMYK
RGB Variations
Color information
#CA166E (or 0xCA166E) is known color: Medium Violet Red. HEX triplet: CA, 16 and 6E. RGB value is (202,22,110). Sum of RGB (Red+Green+Blue) = 202+22+110=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA166E is #35E991. Grayscale: #555555. Windows color (decimal): -3533202 or 7214794. OLE color: 7214794.
HSL color Cylindrical-coordinate representation of color #CA166E: hue angle of 330.67º 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 #CA166E is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 110 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.21 |
| HSL | 330.67º | 0.8% | 0.44% | - |
| HSV(B) | 330.67º | 0.89% | 0.79% | - |
| XYZ | 27.46 | 14.26 | 16.06 | - |
| YUV | 85.85 | 141.63 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 110 | 0 | 0.89 | 0.46 | 0.21 | 330.67 | 0.8 | 0.44 |
| Hex | CA | 16 | 6E | 0 | 59 | 2E | 15 | 14B | 50 | 2C |
| Octal | 312 | 26 | 156 | 0 | 131 | 56 | 25 | 513 | 120 | 54 |
| Binary | 11001010 | 10110 | 1101110 | 0 | 1011001 | 101110 | 10101 | 101001011 | 1010000 | 101100 |
Color Harmonies of #CA166E
Complementary color
Monochromatic Colors of #CA166E
Black with #CA166E
Text Example
Text Example
White with #CA166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA166E; }
p { color: rgb(202,22,110); }
H1.HeaderClassName
{
color: #CA166E;
}
.AnyTagClassName
{
color: #CA166E;
}
</style>
background-color css
<style>
a { background-color: #CA166E; }
a { background-color: rgb(202,22,110); }
div.DivClassName
{
background-color: #CA166E;
}
.BgClassName
{
background-color: #CA166E;
}
</style>
border-color css
<style>
span { border-color: #CA166E; }
span { border-color: rgb(202,22,110); }
td.TdClassName
{
border-color: #CA166E;
}
.TagClassName
{
border-color: #CA166E;
}
</style>