Shades of Medium Violet Red #CA168D
Tints of Medium Violet Red #CA168D
RGB
CMYK
RGB Variations
Color information
#CA168D (or 0xCA168D) is known color: Medium Violet Red. HEX triplet: CA, 16 and 8D. RGB value is (202,22,141). Sum of RGB (Red+Green+Blue) = 202+22+141=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA168D is #35E972. Grayscale: #595959. Windows color (decimal): -3533171 or 9246410. OLE color: 9246410.
HSL color Cylindrical-coordinate representation of color #CA168D: hue angle of 320.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 #CA168D is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 141 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.21 |
| HSL | 320.33º | 0.8% | 0.44% | - |
| HSV(B) | 320.33º | 0.89% | 0.79% | - |
| XYZ | 29.45 | 15.05 | 26.55 | - |
| YUV | 89.39 | 157.13 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 141 | 0 | 0.89 | 0.30 | 0.21 | 320.33 | 0.8 | 0.44 |
| Hex | CA | 16 | 8D | 0 | 59 | 1E | 15 | 140 | 50 | 2C |
| Octal | 312 | 26 | 215 | 0 | 131 | 36 | 25 | 500 | 120 | 54 |
| Binary | 11001010 | 10110 | 10001101 | 0 | 1011001 | 11110 | 10101 | 101000000 | 1010000 | 101100 |
Color Harmonies of #CA168D
Complementary color
Monochromatic Colors of #CA168D
Black with #CA168D
Text Example
Text Example
White with #CA168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA168D; }
p { color: rgb(202,22,141); }
H1.HeaderClassName
{
color: #CA168D;
}
.AnyTagClassName
{
color: #CA168D;
}
</style>
background-color css
<style>
a { background-color: #CA168D; }
a { background-color: rgb(202,22,141); }
div.DivClassName
{
background-color: #CA168D;
}
.BgClassName
{
background-color: #CA168D;
}
</style>
border-color css
<style>
span { border-color: #CA168D; }
span { border-color: rgb(202,22,141); }
td.TdClassName
{
border-color: #CA168D;
}
.TagClassName
{
border-color: #CA168D;
}
</style>