Shades of Medium Red Violet #CA369A
Tints of Medium Red Violet #CA369A
RGB
CMYK
RGB Variations
Color information
#CA369A (or 0xCA369A) is known color: Medium Red Violet. HEX triplet: CA, 36 and 9A. RGB value is (202,54,154). Sum of RGB (Red+Green+Blue) = 202+54+154=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA369A is #35C965. Grayscale: #6D6D6D. Windows color (decimal): -3524966 or 10106570. OLE color: 10106570.
HSL color Cylindrical-coordinate representation of color #CA369A: hue angle of 319.46º 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 #CA369A is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 154 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.21 |
| HSL | 319.46º | 0.58% | 0.5% | - |
| HSV(B) | 319.46º | 0.73% | 0.79% | - |
| XYZ | 31.51 | 17.53 | 32.29 | - |
| YUV | 109.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 154 | 0 | 0.73 | 0.24 | 0.21 | 319.46 | 0.58 | 0.5 |
| Hex | CA | 36 | 9A | 0 | 49 | 18 | 15 | 13F | 3A | 32 |
| Octal | 312 | 66 | 232 | 0 | 111 | 30 | 25 | 477 | 72 | 62 |
| Binary | 11001010 | 110110 | 10011010 | 0 | 1001001 | 11000 | 10101 | 100111111 | 111010 | 110010 |
Color Harmonies of #CA369A
Complementary color
Monochromatic Colors of #CA369A
Black with #CA369A
Text Example
Text Example
White with #CA369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA369A; }
p { color: rgb(202,54,154); }
H1.HeaderClassName
{
color: #CA369A;
}
.AnyTagClassName
{
color: #CA369A;
}
</style>
background-color css
<style>
a { background-color: #CA369A; }
a { background-color: rgb(202,54,154); }
div.DivClassName
{
background-color: #CA369A;
}
.BgClassName
{
background-color: #CA369A;
}
</style>
border-color css
<style>
span { border-color: #CA369A; }
span { border-color: rgb(202,54,154); }
td.TdClassName
{
border-color: #CA369A;
}
.TagClassName
{
border-color: #CA369A;
}
</style>