Shades of Medium Red Violet #CA3486
Tints of Medium Red Violet #CA3486
RGB
CMYK
RGB Variations
Color information
#CA3486 (or 0xCA3486) is known color: Medium Red Violet. HEX triplet: CA, 34 and 86. RGB value is (202,52,134). Sum of RGB (Red+Green+Blue) = 202+52+134=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3486 is #35CB79. Grayscale: #6A6A6A. Windows color (decimal): -3525498 or 8795338. OLE color: 8795338.
HSL color Cylindrical-coordinate representation of color #CA3486: hue angle of 327.2º 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 #CA3486 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 134 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.21 |
| HSL | 327.2º | 0.59% | 0.5% | - |
| HSV(B) | 327.2º | 0.74% | 0.79% | - |
| XYZ | 29.89 | 16.73 | 24.21 | - |
| YUV | 106.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 134 | 0 | 0.74 | 0.34 | 0.21 | 327.2 | 0.59 | 0.5 |
| Hex | CA | 34 | 86 | 0 | 4A | 22 | 15 | 147 | 3B | 32 |
| Octal | 312 | 64 | 206 | 0 | 112 | 42 | 25 | 507 | 73 | 62 |
| Binary | 11001010 | 110100 | 10000110 | 0 | 1001010 | 100010 | 10101 | 101000111 | 111011 | 110010 |
Color Harmonies of #CA3486
Complementary color
Monochromatic Colors of #CA3486
Black with #CA3486
Text Example
Text Example
White with #CA3486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3486; }
p { color: rgb(202,52,134); }
H1.HeaderClassName
{
color: #CA3486;
}
.AnyTagClassName
{
color: #CA3486;
}
</style>
background-color css
<style>
a { background-color: #CA3486; }
a { background-color: rgb(202,52,134); }
div.DivClassName
{
background-color: #CA3486;
}
.BgClassName
{
background-color: #CA3486;
}
</style>
border-color css
<style>
span { border-color: #CA3486; }
span { border-color: rgb(202,52,134); }
td.TdClassName
{
border-color: #CA3486;
}
.TagClassName
{
border-color: #CA3486;
}
</style>