Shades of Medium Red Violet #CA33A6
Tints of Medium Red Violet #CA33A6
RGB
CMYK
RGB Variations
Color information
#CA33A6 (or 0xCA33A6) is known color: Medium Red Violet. HEX triplet: CA, 33 and A6. RGB value is (202,51,166). Sum of RGB (Red+Green+Blue) = 202+51+166=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA33A6 is #35CC59. Grayscale: #6C6C6C. Windows color (decimal): -3525722 or 10892234. OLE color: 10892234.
HSL color Cylindrical-coordinate representation of color #CA33A6: hue angle of 314.3º 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 #CA33A6 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 166 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.21 |
| HSL | 314.3º | 0.6% | 0.5% | - |
| HSV(B) | 314.3º | 0.75% | 0.79% | - |
| XYZ | 32.42 | 17.68 | 37.78 | - |
| YUV | 109.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 166 | 0 | 0.75 | 0.18 | 0.21 | 314.3 | 0.6 | 0.5 |
| Hex | CA | 33 | A6 | 0 | 4B | 12 | 15 | 13A | 3C | 32 |
| Octal | 312 | 63 | 246 | 0 | 113 | 22 | 25 | 472 | 74 | 62 |
| Binary | 11001010 | 110011 | 10100110 | 0 | 1001011 | 10010 | 10101 | 100111010 | 111100 | 110010 |
Color Harmonies of #CA33A6
Complementary color
Monochromatic Colors of #CA33A6
Black with #CA33A6
Text Example
Text Example
White with #CA33A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33A6; }
p { color: rgb(202,51,166); }
H1.HeaderClassName
{
color: #CA33A6;
}
.AnyTagClassName
{
color: #CA33A6;
}
</style>
background-color css
<style>
a { background-color: #CA33A6; }
a { background-color: rgb(202,51,166); }
div.DivClassName
{
background-color: #CA33A6;
}
.BgClassName
{
background-color: #CA33A6;
}
</style>
border-color css
<style>
span { border-color: #CA33A6; }
span { border-color: rgb(202,51,166); }
td.TdClassName
{
border-color: #CA33A6;
}
.TagClassName
{
border-color: #CA33A6;
}
</style>