Shades of Medium Violet Red #CA1DAC
Tints of Medium Violet Red #CA1DAC
RGB
CMYK
RGB Variations
Color information
#CA1DAC (or 0xCA1DAC) is known color: Medium Violet Red. HEX triplet: CA, 1D and AC. RGB value is (202,29,172). Sum of RGB (Red+Green+Blue) = 202+29+172=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1DAC is #35E253. Grayscale: #606060. Windows color (decimal): -3531348 or 11279818. OLE color: 11279818.
HSL color Cylindrical-coordinate representation of color #CA1DAC: hue angle of 310.4º 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 #CA1DAC is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 172 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.21 |
| HSL | 310.4º | 0.75% | 0.45% | - |
| HSV(B) | 310.4º | 0.86% | 0.79% | - |
| XYZ | 32.24 | 16.41 | 40.5 | - |
| YUV | 97.03 | 170.31 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 172 | 0 | 0.86 | 0.15 | 0.21 | 310.4 | 0.75 | 0.45 |
| Hex | CA | 1D | AC | 0 | 56 | F | 15 | 136 | 4B | 2D |
| Octal | 312 | 35 | 254 | 0 | 126 | 17 | 25 | 466 | 113 | 55 |
| Binary | 11001010 | 11101 | 10101100 | 0 | 1010110 | 1111 | 10101 | 100110110 | 1001011 | 101101 |
Color Harmonies of #CA1DAC
Complementary color
Monochromatic Colors of #CA1DAC
Black with #CA1DAC
Text Example
Text Example
White with #CA1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DAC; }
p { color: rgb(202,29,172); }
H1.HeaderClassName
{
color: #CA1DAC;
}
.AnyTagClassName
{
color: #CA1DAC;
}
</style>
background-color css
<style>
a { background-color: #CA1DAC; }
a { background-color: rgb(202,29,172); }
div.DivClassName
{
background-color: #CA1DAC;
}
.BgClassName
{
background-color: #CA1DAC;
}
</style>
border-color css
<style>
span { border-color: #CA1DAC; }
span { border-color: rgb(202,29,172); }
td.TdClassName
{
border-color: #CA1DAC;
}
.TagClassName
{
border-color: #CA1DAC;
}
</style>