Shades of Medium Red Violet #CA348D
Tints of Medium Red Violet #CA348D
RGB
CMYK
RGB Variations
Color information
#CA348D (or 0xCA348D) is known color: Medium Red Violet. HEX triplet: CA, 34 and 8D. RGB value is (202,52,141). Sum of RGB (Red+Green+Blue) = 202+52+141=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA348D is #35CB72. Grayscale: #6A6A6A. Windows color (decimal): -3525491 or 9254090. OLE color: 9254090.
HSL color Cylindrical-coordinate representation of color #CA348D: hue angle of 324.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA348D is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 141 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.21 |
| HSL | 324.4º | 0.59% | 0.5% | - |
| HSV(B) | 324.4º | 0.74% | 0.79% | - |
| XYZ | 30.39 | 16.94 | 26.87 | - |
| YUV | 107 | 147.2 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 141 | 0 | 0.74 | 0.30 | 0.21 | 324.4 | 0.59 | 0.5 |
| Hex | CA | 34 | 8D | 0 | 4A | 1E | 15 | 144 | 3B | 32 |
| Octal | 312 | 64 | 215 | 0 | 112 | 36 | 25 | 504 | 73 | 62 |
| Binary | 11001010 | 110100 | 10001101 | 0 | 1001010 | 11110 | 10101 | 101000100 | 111011 | 110010 |
Color Harmonies of #CA348D
Complementary color
Monochromatic Colors of #CA348D
Black with #CA348D
Text Example
Text Example
White with #CA348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA348D; }
p { color: rgb(202,52,141); }
H1.HeaderClassName
{
color: #CA348D;
}
.AnyTagClassName
{
color: #CA348D;
}
</style>
background-color css
<style>
a { background-color: #CA348D; }
a { background-color: rgb(202,52,141); }
div.DivClassName
{
background-color: #CA348D;
}
.BgClassName
{
background-color: #CA348D;
}
</style>
border-color css
<style>
span { border-color: #CA348D; }
span { border-color: rgb(202,52,141); }
td.TdClassName
{
border-color: #CA348D;
}
.TagClassName
{
border-color: #CA348D;
}
</style>