Shades of Medium Red Violet #CA329B
Tints of Medium Red Violet #CA329B
RGB
CMYK
RGB Variations
Color information
#CA329B (or 0xCA329B) is known color: Medium Red Violet. HEX triplet: CA, 32 and 9B. RGB value is (202,50,155). Sum of RGB (Red+Green+Blue) = 202+50+155=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA329B is #35CD64. Grayscale: #6B6B6B. Windows color (decimal): -3525989 or 10171082. OLE color: 10171082.
HSL color Cylindrical-coordinate representation of color #CA329B: hue angle of 318.55º 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 #CA329B is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 155 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.21 |
| HSL | 318.55º | 0.6% | 0.49% | - |
| HSV(B) | 318.55º | 0.75% | 0.79% | - |
| XYZ | 31.41 | 17.2 | 32.68 | - |
| YUV | 107.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 155 | 0 | 0.75 | 0.23 | 0.21 | 318.55 | 0.6 | 0.49 |
| Hex | CA | 32 | 9B | 0 | 4B | 17 | 15 | 13F | 3C | 31 |
| Octal | 312 | 62 | 233 | 0 | 113 | 27 | 25 | 477 | 74 | 61 |
| Binary | 11001010 | 110010 | 10011011 | 0 | 1001011 | 10111 | 10101 | 100111111 | 111100 | 110001 |
Color Harmonies of #CA329B
Complementary color
Monochromatic Colors of #CA329B
Black with #CA329B
Text Example
Text Example
White with #CA329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA329B; }
p { color: rgb(202,50,155); }
H1.HeaderClassName
{
color: #CA329B;
}
.AnyTagClassName
{
color: #CA329B;
}
</style>
background-color css
<style>
a { background-color: #CA329B; }
a { background-color: rgb(202,50,155); }
div.DivClassName
{
background-color: #CA329B;
}
.BgClassName
{
background-color: #CA329B;
}
</style>
border-color css
<style>
span { border-color: #CA329B; }
span { border-color: rgb(202,50,155); }
td.TdClassName
{
border-color: #CA329B;
}
.TagClassName
{
border-color: #CA329B;
}
</style>