Shades of Medium Red Violet #CA33A0
Tints of Medium Red Violet #CA33A0
RGB
CMYK
RGB Variations
Color information
#CA33A0 (or 0xCA33A0) is known color: Medium Red Violet. HEX triplet: CA, 33 and A0. RGB value is (202,51,160). Sum of RGB (Red+Green+Blue) = 202+51+160=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA33A0 is #35CC5F. Grayscale: #6C6C6C. Windows color (decimal): -3525728 or 10499018. OLE color: 10499018.
HSL color Cylindrical-coordinate representation of color #CA33A0: hue angle of 316.69º 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 #CA33A0 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 160 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.21 |
| HSL | 316.69º | 0.6% | 0.5% | - |
| HSV(B) | 316.69º | 0.75% | 0.79% | - |
| XYZ | 31.89 | 17.46 | 34.95 | - |
| YUV | 108.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 160 | 0 | 0.75 | 0.21 | 0.21 | 316.69 | 0.6 | 0.5 |
| Hex | CA | 33 | A0 | 0 | 4B | 15 | 15 | 13D | 3C | 32 |
| Octal | 312 | 63 | 240 | 0 | 113 | 25 | 25 | 475 | 74 | 62 |
| Binary | 11001010 | 110011 | 10100000 | 0 | 1001011 | 10101 | 10101 | 100111101 | 111100 | 110010 |
Color Harmonies of #CA33A0
Complementary color
Monochromatic Colors of #CA33A0
Black with #CA33A0
Text Example
Text Example
White with #CA33A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33A0; }
p { color: rgb(202,51,160); }
H1.HeaderClassName
{
color: #CA33A0;
}
.AnyTagClassName
{
color: #CA33A0;
}
</style>
background-color css
<style>
a { background-color: #CA33A0; }
a { background-color: rgb(202,51,160); }
div.DivClassName
{
background-color: #CA33A0;
}
.BgClassName
{
background-color: #CA33A0;
}
</style>
border-color css
<style>
span { border-color: #CA33A0; }
span { border-color: rgb(202,51,160); }
td.TdClassName
{
border-color: #CA33A0;
}
.TagClassName
{
border-color: #CA33A0;
}
</style>