Shades of Medium Red Violet #CA2DAC
Tints of Medium Red Violet #CA2DAC
RGB
CMYK
RGB Variations
Color information
#CA2DAC (or 0xCA2DAC) is known color: Medium Red Violet. HEX triplet: CA, 2D and AC. RGB value is (202,45,172). Sum of RGB (Red+Green+Blue) = 202+45+172=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2DAC is #35D253. Grayscale: #6A6A6A. Windows color (decimal): -3527252 or 11283914. OLE color: 11283914.
HSL color Cylindrical-coordinate representation of color #CA2DAC: hue angle of 311.46º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DAC is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 172 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.21 |
| HSL | 311.47º | 0.64% | 0.48% | - |
| HSV(B) | 311.47º | 0.78% | 0.79% | - |
| XYZ | 32.74 | 17.41 | 40.66 | - |
| YUV | 106.42 | 165.01 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 172 | 0 | 0.78 | 0.15 | 0.21 | 311.47 | 0.64 | 0.48 |
| Hex | CA | 2D | AC | 0 | 4E | F | 15 | 137 | 40 | 30 |
| Octal | 312 | 55 | 254 | 0 | 116 | 17 | 25 | 467 | 100 | 60 |
| Binary | 11001010 | 101101 | 10101100 | 0 | 1001110 | 1111 | 10101 | 100110111 | 1000000 | 110000 |
Color Harmonies of #CA2DAC
Complementary color
Monochromatic Colors of #CA2DAC
Black with #CA2DAC
Text Example
Text Example
White with #CA2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DAC; }
p { color: rgb(202,45,172); }
H1.HeaderClassName
{
color: #CA2DAC;
}
.AnyTagClassName
{
color: #CA2DAC;
}
</style>
background-color css
<style>
a { background-color: #CA2DAC; }
a { background-color: rgb(202,45,172); }
div.DivClassName
{
background-color: #CA2DAC;
}
.BgClassName
{
background-color: #CA2DAC;
}
</style>
border-color css
<style>
span { border-color: #CA2DAC; }
span { border-color: rgb(202,45,172); }
td.TdClassName
{
border-color: #CA2DAC;
}
.TagClassName
{
border-color: #CA2DAC;
}
</style>