Shades of Medium Violet Red #CA17A1
Tints of Medium Violet Red #CA17A1
RGB
CMYK
RGB Variations
Color information
#CA17A1 (or 0xCA17A1) is known color: Medium Violet Red. HEX triplet: CA, 17 and A1. RGB value is (202,23,161). Sum of RGB (Red+Green+Blue) = 202+23+161=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA17A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA17A1 is #35E85E. Grayscale: #5B5B5B. Windows color (decimal): -3532895 or 10557386. OLE color: 10557386.
HSL color Cylindrical-coordinate representation of color #CA17A1: hue angle of 313.74º 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 #CA17A1 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 161 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.21 |
| HSL | 313.74º | 0.8% | 0.44% | - |
| HSV(B) | 313.74º | 0.89% | 0.79% | - |
| XYZ | 31.1 | 15.74 | 35.12 | - |
| YUV | 92.25 | 166.8 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 161 | 0 | 0.89 | 0.20 | 0.21 | 313.74 | 0.8 | 0.44 |
| Hex | CA | 17 | A1 | 0 | 59 | 14 | 15 | 13A | 50 | 2C |
| Octal | 312 | 27 | 241 | 0 | 131 | 24 | 25 | 472 | 120 | 54 |
| Binary | 11001010 | 10111 | 10100001 | 0 | 1011001 | 10100 | 10101 | 100111010 | 1010000 | 101100 |
Color Harmonies of #CA17A1
Complementary color
Monochromatic Colors of #CA17A1
Black with #CA17A1
Text Example
Text Example
White with #CA17A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17A1; }
p { color: rgb(202,23,161); }
H1.HeaderClassName
{
color: #CA17A1;
}
.AnyTagClassName
{
color: #CA17A1;
}
</style>
background-color css
<style>
a { background-color: #CA17A1; }
a { background-color: rgb(202,23,161); }
div.DivClassName
{
background-color: #CA17A1;
}
.BgClassName
{
background-color: #CA17A1;
}
</style>
border-color css
<style>
span { border-color: #CA17A1; }
span { border-color: rgb(202,23,161); }
td.TdClassName
{
border-color: #CA17A1;
}
.TagClassName
{
border-color: #CA17A1;
}
</style>