Shades of Medium Red Violet #CA329D
Tints of Medium Red Violet #CA329D
RGB
CMYK
RGB Variations
Color information
#CA329D (or 0xCA329D) is known color: Medium Red Violet. HEX triplet: CA, 32 and 9D. RGB value is (202,50,157). Sum of RGB (Red+Green+Blue) = 202+50+157=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA329D is #35CD62. Grayscale: #6B6B6B. Windows color (decimal): -3525987 or 10302154. OLE color: 10302154.
HSL color Cylindrical-coordinate representation of color #CA329D: hue angle of 317.76º 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 #CA329D is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 157 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.21 |
| HSL | 317.76º | 0.6% | 0.49% | - |
| HSV(B) | 317.76º | 0.75% | 0.79% | - |
| XYZ | 31.58 | 17.27 | 33.57 | - |
| YUV | 107.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 157 | 0 | 0.75 | 0.22 | 0.21 | 317.76 | 0.6 | 0.49 |
| Hex | CA | 32 | 9D | 0 | 4B | 16 | 15 | 13E | 3C | 31 |
| Octal | 312 | 62 | 235 | 0 | 113 | 26 | 25 | 476 | 74 | 61 |
| Binary | 11001010 | 110010 | 10011101 | 0 | 1001011 | 10110 | 10101 | 100111110 | 111100 | 110001 |
Color Harmonies of #CA329D
Complementary color
Monochromatic Colors of #CA329D
Black with #CA329D
Text Example
Text Example
White with #CA329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA329D; }
p { color: rgb(202,50,157); }
H1.HeaderClassName
{
color: #CA329D;
}
.AnyTagClassName
{
color: #CA329D;
}
</style>
background-color css
<style>
a { background-color: #CA329D; }
a { background-color: rgb(202,50,157); }
div.DivClassName
{
background-color: #CA329D;
}
.BgClassName
{
background-color: #CA329D;
}
</style>
border-color css
<style>
span { border-color: #CA329D; }
span { border-color: rgb(202,50,157); }
td.TdClassName
{
border-color: #CA329D;
}
.TagClassName
{
border-color: #CA329D;
}
</style>