Shades of Medium Red Violet #CA369E
Tints of Medium Red Violet #CA369E
RGB
CMYK
RGB Variations
Color information
#CA369E (or 0xCA369E) is known color: Medium Red Violet. HEX triplet: CA, 36 and 9E. RGB value is (202,54,158). Sum of RGB (Red+Green+Blue) = 202+54+158=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA369E is #35C961. Grayscale: #6D6D6D. Windows color (decimal): -3524962 or 10368714. OLE color: 10368714.
HSL color Cylindrical-coordinate representation of color #CA369E: hue angle of 317.84º 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 #CA369E is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 158 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.21 |
| HSL | 317.84º | 0.58% | 0.5% | - |
| HSV(B) | 317.84º | 0.73% | 0.79% | - |
| XYZ | 31.85 | 17.66 | 34.08 | - |
| YUV | 110.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 158 | 0 | 0.73 | 0.22 | 0.21 | 317.84 | 0.58 | 0.5 |
| Hex | CA | 36 | 9E | 0 | 49 | 16 | 15 | 13E | 3A | 32 |
| Octal | 312 | 66 | 236 | 0 | 111 | 26 | 25 | 476 | 72 | 62 |
| Binary | 11001010 | 110110 | 10011110 | 0 | 1001001 | 10110 | 10101 | 100111110 | 111010 | 110010 |
Color Harmonies of #CA369E
Complementary color
Monochromatic Colors of #CA369E
Black with #CA369E
Text Example
Text Example
White with #CA369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA369E; }
p { color: rgb(202,54,158); }
H1.HeaderClassName
{
color: #CA369E;
}
.AnyTagClassName
{
color: #CA369E;
}
</style>
background-color css
<style>
a { background-color: #CA369E; }
a { background-color: rgb(202,54,158); }
div.DivClassName
{
background-color: #CA369E;
}
.BgClassName
{
background-color: #CA369E;
}
</style>
border-color css
<style>
span { border-color: #CA369E; }
span { border-color: rgb(202,54,158); }
td.TdClassName
{
border-color: #CA369E;
}
.TagClassName
{
border-color: #CA369E;
}
</style>