Shades of Medium Violet Red #CA2386
Tints of Medium Violet Red #CA2386
RGB
CMYK
RGB Variations
Color information
#CA2386 (or 0xCA2386) is known color: Medium Violet Red. HEX triplet: CA, 23 and 86. RGB value is (202,35,134). Sum of RGB (Red+Green+Blue) = 202+35+134=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2386 is #35DC79. Grayscale: #5F5F5F. Windows color (decimal): -3529850 or 8790986. OLE color: 8790986.
HSL color Cylindrical-coordinate representation of color #CA2386: hue angle of 324.43º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2386 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 134 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.21 |
| HSL | 324.43º | 0.7% | 0.46% | - |
| HSV(B) | 324.43º | 0.83% | 0.79% | - |
| XYZ | 29.26 | 15.48 | 24 | - |
| YUV | 96.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 134 | 0 | 0.83 | 0.34 | 0.21 | 324.43 | 0.7 | 0.46 |
| Hex | CA | 23 | 86 | 0 | 53 | 22 | 15 | 144 | 46 | 2E |
| Octal | 312 | 43 | 206 | 0 | 123 | 42 | 25 | 504 | 106 | 56 |
| Binary | 11001010 | 100011 | 10000110 | 0 | 1010011 | 100010 | 10101 | 101000100 | 1000110 | 101110 |
Color Harmonies of #CA2386
Complementary color
Monochromatic Colors of #CA2386
Black with #CA2386
Text Example
Text Example
White with #CA2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2386; }
p { color: rgb(202,35,134); }
H1.HeaderClassName
{
color: #CA2386;
}
.AnyTagClassName
{
color: #CA2386;
}
</style>
background-color css
<style>
a { background-color: #CA2386; }
a { background-color: rgb(202,35,134); }
div.DivClassName
{
background-color: #CA2386;
}
.BgClassName
{
background-color: #CA2386;
}
</style>
border-color css
<style>
span { border-color: #CA2386; }
span { border-color: rgb(202,35,134); }
td.TdClassName
{
border-color: #CA2386;
}
.TagClassName
{
border-color: #CA2386;
}
</style>