Shades of Medium Red Violet #CA33AB
Tints of Medium Red Violet #CA33AB
RGB
CMYK
RGB Variations
Color information
#CA33AB (or 0xCA33AB) is known color: Medium Red Violet. HEX triplet: CA, 33 and AB. RGB value is (202,51,171). Sum of RGB (Red+Green+Blue) = 202+51+171=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA33AB is #35CC54. Grayscale: #6D6D6D. Windows color (decimal): -3525717 or 11219914. OLE color: 11219914.
HSL color Cylindrical-coordinate representation of color #CA33AB: hue angle of 312.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA33AB is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 171 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.21 |
| HSL | 312.32º | 0.6% | 0.5% | - |
| HSV(B) | 312.32º | 0.75% | 0.79% | - |
| XYZ | 32.89 | 17.86 | 40.24 | - |
| YUV | 109.83 | 162.53 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 171 | 0 | 0.75 | 0.15 | 0.21 | 312.32 | 0.6 | 0.5 |
| Hex | CA | 33 | AB | 0 | 4B | F | 15 | 138 | 3C | 32 |
| Octal | 312 | 63 | 253 | 0 | 113 | 17 | 25 | 470 | 74 | 62 |
| Binary | 11001010 | 110011 | 10101011 | 0 | 1001011 | 1111 | 10101 | 100111000 | 111100 | 110010 |
Color Harmonies of #CA33AB
Complementary color
Monochromatic Colors of #CA33AB
Black with #CA33AB
Text Example
Text Example
White with #CA33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33AB; }
p { color: rgb(202,51,171); }
H1.HeaderClassName
{
color: #CA33AB;
}
.AnyTagClassName
{
color: #CA33AB;
}
</style>
background-color css
<style>
a { background-color: #CA33AB; }
a { background-color: rgb(202,51,171); }
div.DivClassName
{
background-color: #CA33AB;
}
.BgClassName
{
background-color: #CA33AB;
}
</style>
border-color css
<style>
span { border-color: #CA33AB; }
span { border-color: rgb(202,51,171); }
td.TdClassName
{
border-color: #CA33AB;
}
.TagClassName
{
border-color: #CA33AB;
}
</style>