Shades of Medium Red Violet #CA2BAC
Tints of Medium Red Violet #CA2BAC
RGB
CMYK
RGB Variations
Color information
#CA2BAC (or 0xCA2BAC) is known color: Medium Red Violet. HEX triplet: CA, 2B and AC. RGB value is (202,43,172). Sum of RGB (Red+Green+Blue) = 202+43+172=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2BAC is #35D453. Grayscale: #686868. Windows color (decimal): -3527764 or 11283402. OLE color: 11283402.
HSL color Cylindrical-coordinate representation of color #CA2BAC: hue angle of 311.32º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2BAC is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 172 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.21 |
| HSL | 311.32º | 0.65% | 0.48% | - |
| HSV(B) | 311.32º | 0.79% | 0.79% | - |
| XYZ | 32.67 | 17.26 | 40.64 | - |
| YUV | 105.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 172 | 0 | 0.79 | 0.15 | 0.21 | 311.32 | 0.65 | 0.48 |
| Hex | CA | 2B | AC | 0 | 4F | F | 15 | 137 | 41 | 30 |
| Octal | 312 | 53 | 254 | 0 | 117 | 17 | 25 | 467 | 101 | 60 |
| Binary | 11001010 | 101011 | 10101100 | 0 | 1001111 | 1111 | 10101 | 100110111 | 1000001 | 110000 |
Color Harmonies of #CA2BAC
Complementary color
Monochromatic Colors of #CA2BAC
Black with #CA2BAC
Text Example
Text Example
White with #CA2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BAC; }
p { color: rgb(202,43,172); }
H1.HeaderClassName
{
color: #CA2BAC;
}
.AnyTagClassName
{
color: #CA2BAC;
}
</style>
background-color css
<style>
a { background-color: #CA2BAC; }
a { background-color: rgb(202,43,172); }
div.DivClassName
{
background-color: #CA2BAC;
}
.BgClassName
{
background-color: #CA2BAC;
}
</style>
border-color css
<style>
span { border-color: #CA2BAC; }
span { border-color: rgb(202,43,172); }
td.TdClassName
{
border-color: #CA2BAC;
}
.TagClassName
{
border-color: #CA2BAC;
}
</style>