Shades of Medium Violet Red #CA1D9E
Tints of Medium Violet Red #CA1D9E
RGB
CMYK
RGB Variations
Color information
#CA1D9E (or 0xCA1D9E) is known color: Medium Violet Red. HEX triplet: CA, 1D and 9E. RGB value is (202,29,158). Sum of RGB (Red+Green+Blue) = 202+29+158=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1D9E is #35E261. Grayscale: #5F5F5F. Windows color (decimal): -3531362 or 10362314. OLE color: 10362314.
HSL color Cylindrical-coordinate representation of color #CA1D9E: hue angle of 315.26º 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 #CA1D9E is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 158 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.21 |
| HSL | 315.26º | 0.75% | 0.45% | - |
| HSV(B) | 315.26º | 0.86% | 0.79% | - |
| XYZ | 30.97 | 15.9 | 33.79 | - |
| YUV | 95.43 | 163.31 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 158 | 0 | 0.86 | 0.22 | 0.21 | 315.26 | 0.75 | 0.45 |
| Hex | CA | 1D | 9E | 0 | 56 | 16 | 15 | 13B | 4B | 2D |
| Octal | 312 | 35 | 236 | 0 | 126 | 26 | 25 | 473 | 113 | 55 |
| Binary | 11001010 | 11101 | 10011110 | 0 | 1010110 | 10110 | 10101 | 100111011 | 1001011 | 101101 |
Color Harmonies of #CA1D9E
Complementary color
Monochromatic Colors of #CA1D9E
Black with #CA1D9E
Text Example
Text Example
White with #CA1D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D9E; }
p { color: rgb(202,29,158); }
H1.HeaderClassName
{
color: #CA1D9E;
}
.AnyTagClassName
{
color: #CA1D9E;
}
</style>
background-color css
<style>
a { background-color: #CA1D9E; }
a { background-color: rgb(202,29,158); }
div.DivClassName
{
background-color: #CA1D9E;
}
.BgClassName
{
background-color: #CA1D9E;
}
</style>
border-color css
<style>
span { border-color: #CA1D9E; }
span { border-color: rgb(202,29,158); }
td.TdClassName
{
border-color: #CA1D9E;
}
.TagClassName
{
border-color: #CA1D9E;
}
</style>