Shades of Medium Violet Red #CA1D9C
Tints of Medium Violet Red #CA1D9C
RGB
CMYK
RGB Variations
Color information
#CA1D9C (or 0xCA1D9C) is known color: Medium Violet Red. HEX triplet: CA, 1D and 9C. RGB value is (202,29,156). Sum of RGB (Red+Green+Blue) = 202+29+156=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1D9C is #35E263. Grayscale: #5E5E5E. Windows color (decimal): -3531364 or 10231242. OLE color: 10231242.
HSL color Cylindrical-coordinate representation of color #CA1D9C: hue angle of 315.95º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D9C is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 156 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.21 |
| HSL | 315.95º | 0.75% | 0.45% | - |
| HSV(B) | 315.95º | 0.86% | 0.79% | - |
| XYZ | 30.8 | 15.84 | 32.89 | - |
| YUV | 95.21 | 162.31 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 156 | 0 | 0.86 | 0.23 | 0.21 | 315.95 | 0.75 | 0.45 |
| Hex | CA | 1D | 9C | 0 | 56 | 17 | 15 | 13C | 4B | 2D |
| Octal | 312 | 35 | 234 | 0 | 126 | 27 | 25 | 474 | 113 | 55 |
| Binary | 11001010 | 11101 | 10011100 | 0 | 1010110 | 10111 | 10101 | 100111100 | 1001011 | 101101 |
Color Harmonies of #CA1D9C
Complementary color
Monochromatic Colors of #CA1D9C
Black with #CA1D9C
Text Example
Text Example
White with #CA1D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D9C; }
p { color: rgb(202,29,156); }
H1.HeaderClassName
{
color: #CA1D9C;
}
.AnyTagClassName
{
color: #CA1D9C;
}
</style>
background-color css
<style>
a { background-color: #CA1D9C; }
a { background-color: rgb(202,29,156); }
div.DivClassName
{
background-color: #CA1D9C;
}
.BgClassName
{
background-color: #CA1D9C;
}
</style>
border-color css
<style>
span { border-color: #CA1D9C; }
span { border-color: rgb(202,29,156); }
td.TdClassName
{
border-color: #CA1D9C;
}
.TagClassName
{
border-color: #CA1D9C;
}
</style>