Shades of Medium Red Violet #CA359D
Tints of Medium Red Violet #CA359D
RGB
CMYK
RGB Variations
Color information
#CA359D (or 0xCA359D) is known color: Medium Red Violet. HEX triplet: CA, 35 and 9D. RGB value is (202,53,157). Sum of RGB (Red+Green+Blue) = 202+53+157=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA359D is #35CA62. Grayscale: #6D6D6D. Windows color (decimal): -3525219 or 10302922. OLE color: 10302922.
HSL color Cylindrical-coordinate representation of color #CA359D: hue angle of 318.12º degrees, saturation: 0.58, 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 #CA359D is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 157 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.21 |
| HSL | 318.12º | 0.58% | 0.5% | - |
| HSV(B) | 318.12º | 0.74% | 0.79% | - |
| XYZ | 31.72 | 17.54 | 33.61 | - |
| YUV | 109.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 157 | 0 | 0.74 | 0.22 | 0.21 | 318.12 | 0.58 | 0.5 |
| Hex | CA | 35 | 9D | 0 | 4A | 16 | 15 | 13E | 3A | 32 |
| Octal | 312 | 65 | 235 | 0 | 112 | 26 | 25 | 476 | 72 | 62 |
| Binary | 11001010 | 110101 | 10011101 | 0 | 1001010 | 10110 | 10101 | 100111110 | 111010 | 110010 |
Color Harmonies of #CA359D
Complementary color
Monochromatic Colors of #CA359D
Black with #CA359D
Text Example
Text Example
White with #CA359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA359D; }
p { color: rgb(202,53,157); }
H1.HeaderClassName
{
color: #CA359D;
}
.AnyTagClassName
{
color: #CA359D;
}
</style>
background-color css
<style>
a { background-color: #CA359D; }
a { background-color: rgb(202,53,157); }
div.DivClassName
{
background-color: #CA359D;
}
.BgClassName
{
background-color: #CA359D;
}
</style>
border-color css
<style>
span { border-color: #CA359D; }
span { border-color: rgb(202,53,157); }
td.TdClassName
{
border-color: #CA359D;
}
.TagClassName
{
border-color: #CA359D;
}
</style>