Shades of Medium Violet Red #CA1D9F
Tints of Medium Violet Red #CA1D9F
RGB
CMYK
RGB Variations
Color information
#CA1D9F (or 0xCA1D9F) is known color: Medium Violet Red. HEX triplet: CA, 1D and 9F. RGB value is (202,29,159). Sum of RGB (Red+Green+Blue) = 202+29+159=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1D9F is #35E260. Grayscale: #5F5F5F. Windows color (decimal): -3531361 or 10427850. OLE color: 10427850.
HSL color Cylindrical-coordinate representation of color #CA1D9F: hue angle of 314.91º 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 #CA1D9F is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 159 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.21 |
| HSL | 314.91º | 0.75% | 0.45% | - |
| HSV(B) | 314.91º | 0.86% | 0.79% | - |
| XYZ | 31.05 | 15.94 | 34.24 | - |
| YUV | 95.55 | 163.81 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 159 | 0 | 0.86 | 0.21 | 0.21 | 314.91 | 0.75 | 0.45 |
| Hex | CA | 1D | 9F | 0 | 56 | 15 | 15 | 13B | 4B | 2D |
| Octal | 312 | 35 | 237 | 0 | 126 | 25 | 25 | 473 | 113 | 55 |
| Binary | 11001010 | 11101 | 10011111 | 0 | 1010110 | 10101 | 10101 | 100111011 | 1001011 | 101101 |
Color Harmonies of #CA1D9F
Complementary color
Monochromatic Colors of #CA1D9F
Black with #CA1D9F
Text Example
Text Example
White with #CA1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D9F; }
p { color: rgb(202,29,159); }
H1.HeaderClassName
{
color: #CA1D9F;
}
.AnyTagClassName
{
color: #CA1D9F;
}
</style>
background-color css
<style>
a { background-color: #CA1D9F; }
a { background-color: rgb(202,29,159); }
div.DivClassName
{
background-color: #CA1D9F;
}
.BgClassName
{
background-color: #CA1D9F;
}
</style>
border-color css
<style>
span { border-color: #CA1D9F; }
span { border-color: rgb(202,29,159); }
td.TdClassName
{
border-color: #CA1D9F;
}
.TagClassName
{
border-color: #CA1D9F;
}
</style>