Shades of Medium Red Violet #CA379E
Tints of Medium Red Violet #CA379E
RGB
CMYK
RGB Variations
Color information
#CA379E (or 0xCA379E) is known color: Medium Red Violet. HEX triplet: CA, 37 and 9E. RGB value is (202,55,158). Sum of RGB (Red+Green+Blue) = 202+55+158=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA379E is #35C861. Grayscale: #6E6E6E. Windows color (decimal): -3524706 or 10368970. OLE color: 10368970.
HSL color Cylindrical-coordinate representation of color #CA379E: hue angle of 317.96º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA379E is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 158 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.21 |
| HSL | 317.96º | 0.58% | 0.5% | - |
| HSV(B) | 317.96º | 0.73% | 0.79% | - |
| XYZ | 31.89 | 17.76 | 34.09 | - |
| YUV | 110.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 158 | 0 | 0.73 | 0.22 | 0.21 | 317.96 | 0.58 | 0.5 |
| Hex | CA | 37 | 9E | 0 | 49 | 16 | 15 | 13E | 3A | 32 |
| Octal | 312 | 67 | 236 | 0 | 111 | 26 | 25 | 476 | 72 | 62 |
| Binary | 11001010 | 110111 | 10011110 | 0 | 1001001 | 10110 | 10101 | 100111110 | 111010 | 110010 |
Color Harmonies of #CA379E
Complementary color
Monochromatic Colors of #CA379E
Black with #CA379E
Text Example
Text Example
White with #CA379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA379E; }
p { color: rgb(202,55,158); }
H1.HeaderClassName
{
color: #CA379E;
}
.AnyTagClassName
{
color: #CA379E;
}
</style>
background-color css
<style>
a { background-color: #CA379E; }
a { background-color: rgb(202,55,158); }
div.DivClassName
{
background-color: #CA379E;
}
.BgClassName
{
background-color: #CA379E;
}
</style>
border-color css
<style>
span { border-color: #CA379E; }
span { border-color: rgb(202,55,158); }
td.TdClassName
{
border-color: #CA379E;
}
.TagClassName
{
border-color: #CA379E;
}
</style>