Shades of Medium Red Violet #CA328B
Tints of Medium Red Violet #CA328B
RGB
CMYK
RGB Variations
Color information
#CA328B (or 0xCA328B) is known color: Medium Red Violet. HEX triplet: CA, 32 and 8B. RGB value is (202,50,139). Sum of RGB (Red+Green+Blue) = 202+50+139=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA328B is #35CD74. Grayscale: #696969. Windows color (decimal): -3526005 or 9122506. OLE color: 9122506.
HSL color Cylindrical-coordinate representation of color #CA328B: hue angle of 324.87º 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 #CA328B is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 139 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.21 |
| HSL | 324.87º | 0.6% | 0.49% | - |
| HSV(B) | 324.87º | 0.75% | 0.79% | - |
| XYZ | 30.16 | 16.7 | 26.06 | - |
| YUV | 105.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 139 | 0 | 0.75 | 0.31 | 0.21 | 324.87 | 0.6 | 0.49 |
| Hex | CA | 32 | 8B | 0 | 4B | 1F | 15 | 145 | 3C | 31 |
| Octal | 312 | 62 | 213 | 0 | 113 | 37 | 25 | 505 | 74 | 61 |
| Binary | 11001010 | 110010 | 10001011 | 0 | 1001011 | 11111 | 10101 | 101000101 | 111100 | 110001 |
Color Harmonies of #CA328B
Complementary color
Monochromatic Colors of #CA328B
Black with #CA328B
Text Example
Text Example
White with #CA328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA328B; }
p { color: rgb(202,50,139); }
H1.HeaderClassName
{
color: #CA328B;
}
.AnyTagClassName
{
color: #CA328B;
}
</style>
background-color css
<style>
a { background-color: #CA328B; }
a { background-color: rgb(202,50,139); }
div.DivClassName
{
background-color: #CA328B;
}
.BgClassName
{
background-color: #CA328B;
}
</style>
border-color css
<style>
span { border-color: #CA328B; }
span { border-color: rgb(202,50,139); }
td.TdClassName
{
border-color: #CA328B;
}
.TagClassName
{
border-color: #CA328B;
}
</style>