Shades of Medium Red Violet #CA3992
Tints of Medium Red Violet #CA3992
RGB
CMYK
RGB Variations
Color information
#CA3992 (or 0xCA3992) is known color: Medium Red Violet. HEX triplet: CA, 39 and 92. RGB value is (202,57,146). Sum of RGB (Red+Green+Blue) = 202+57+146=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3992 is #35C66D. Grayscale: #6E6E6E. Windows color (decimal): -3524206 or 9583050. OLE color: 9583050.
HSL color Cylindrical-coordinate representation of color #CA3992: hue angle of 323.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3992 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 146 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.21 |
| HSL | 323.17º | 0.58% | 0.51% | - |
| HSV(B) | 323.17º | 0.72% | 0.79% | - |
| XYZ | 31.01 | 17.56 | 28.95 | - |
| YUV | 110.5 | 148.04 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 146 | 0 | 0.72 | 0.28 | 0.21 | 323.17 | 0.58 | 0.51 |
| Hex | CA | 39 | 92 | 0 | 48 | 1C | 15 | 143 | 3A | 33 |
| Octal | 312 | 71 | 222 | 0 | 110 | 34 | 25 | 503 | 72 | 63 |
| Binary | 11001010 | 111001 | 10010010 | 0 | 1001000 | 11100 | 10101 | 101000011 | 111010 | 110011 |
Color Harmonies of #CA3992
Complementary color
Monochromatic Colors of #CA3992
Black with #CA3992
Text Example
Text Example
White with #CA3992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3992; }
p { color: rgb(202,57,146); }
H1.HeaderClassName
{
color: #CA3992;
}
.AnyTagClassName
{
color: #CA3992;
}
</style>
background-color css
<style>
a { background-color: #CA3992; }
a { background-color: rgb(202,57,146); }
div.DivClassName
{
background-color: #CA3992;
}
.BgClassName
{
background-color: #CA3992;
}
</style>
border-color css
<style>
span { border-color: #CA3992; }
span { border-color: rgb(202,57,146); }
td.TdClassName
{
border-color: #CA3992;
}
.TagClassName
{
border-color: #CA3992;
}
</style>