Shades of Medium Red Violet #CA3390
Tints of Medium Red Violet #CA3390
RGB
CMYK
RGB Variations
Color information
#CA3390 (or 0xCA3390) is known color: Medium Red Violet. HEX triplet: CA, 33 and 90. RGB value is (202,51,144). Sum of RGB (Red+Green+Blue) = 202+51+144=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3390 is #35CC6F. Grayscale: #6A6A6A. Windows color (decimal): -3525744 or 9450442. OLE color: 9450442.
HSL color Cylindrical-coordinate representation of color #CA3390: hue angle of 323.05º 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 #CA3390 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 144 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.21 |
| HSL | 323.05º | 0.6% | 0.5% | - |
| HSV(B) | 323.05º | 0.75% | 0.79% | - |
| XYZ | 30.57 | 16.94 | 28.04 | - |
| YUV | 106.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 144 | 0 | 0.75 | 0.29 | 0.21 | 323.05 | 0.6 | 0.5 |
| Hex | CA | 33 | 90 | 0 | 4B | 1D | 15 | 143 | 3C | 32 |
| Octal | 312 | 63 | 220 | 0 | 113 | 35 | 25 | 503 | 74 | 62 |
| Binary | 11001010 | 110011 | 10010000 | 0 | 1001011 | 11101 | 10101 | 101000011 | 111100 | 110010 |
Color Harmonies of #CA3390
Complementary color
Monochromatic Colors of #CA3390
Black with #CA3390
Text Example
Text Example
White with #CA3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3390; }
p { color: rgb(202,51,144); }
H1.HeaderClassName
{
color: #CA3390;
}
.AnyTagClassName
{
color: #CA3390;
}
</style>
background-color css
<style>
a { background-color: #CA3390; }
a { background-color: rgb(202,51,144); }
div.DivClassName
{
background-color: #CA3390;
}
.BgClassName
{
background-color: #CA3390;
}
</style>
border-color css
<style>
span { border-color: #CA3390; }
span { border-color: rgb(202,51,144); }
td.TdClassName
{
border-color: #CA3390;
}
.TagClassName
{
border-color: #CA3390;
}
</style>