Shades of Medium Red Violet #CA329A
Tints of Medium Red Violet #CA329A
RGB
CMYK
RGB Variations
Color information
#CA329A (or 0xCA329A) is known color: Medium Red Violet. HEX triplet: CA, 32 and 9A. RGB value is (202,50,154). Sum of RGB (Red+Green+Blue) = 202+50+154=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA329A is #35CD65. Grayscale: #6B6B6B. Windows color (decimal): -3525990 or 10105546. OLE color: 10105546.
HSL color Cylindrical-coordinate representation of color #CA329A: hue angle of 318.95º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA329A is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 154 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.21 |
| HSL | 318.95º | 0.6% | 0.49% | - |
| HSV(B) | 318.95º | 0.75% | 0.79% | - |
| XYZ | 31.33 | 17.17 | 32.23 | - |
| YUV | 107.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 154 | 0 | 0.75 | 0.24 | 0.21 | 318.95 | 0.6 | 0.49 |
| Hex | CA | 32 | 9A | 0 | 4B | 18 | 15 | 13F | 3C | 31 |
| Octal | 312 | 62 | 232 | 0 | 113 | 30 | 25 | 477 | 74 | 61 |
| Binary | 11001010 | 110010 | 10011010 | 0 | 1001011 | 11000 | 10101 | 100111111 | 111100 | 110001 |
Color Harmonies of #CA329A
Complementary color
Monochromatic Colors of #CA329A
Black with #CA329A
Text Example
Text Example
White with #CA329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA329A; }
p { color: rgb(202,50,154); }
H1.HeaderClassName
{
color: #CA329A;
}
.AnyTagClassName
{
color: #CA329A;
}
</style>
background-color css
<style>
a { background-color: #CA329A; }
a { background-color: rgb(202,50,154); }
div.DivClassName
{
background-color: #CA329A;
}
.BgClassName
{
background-color: #CA329A;
}
</style>
border-color css
<style>
span { border-color: #CA329A; }
span { border-color: rgb(202,50,154); }
td.TdClassName
{
border-color: #CA329A;
}
.TagClassName
{
border-color: #CA329A;
}
</style>