Shades of Medium Violet Red #CA2690
Tints of Medium Violet Red #CA2690
RGB
CMYK
RGB Variations
Color information
#CA2690 (or 0xCA2690) is known color: Medium Violet Red. HEX triplet: CA, 26 and 90. RGB value is (202,38,144). Sum of RGB (Red+Green+Blue) = 202+38+144=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2690 is #35D96F. Grayscale: #626262. Windows color (decimal): -3529072 or 9447114. OLE color: 9447114.
HSL color Cylindrical-coordinate representation of color #CA2690: hue angle of 321.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2690 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 144 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.21 |
| HSL | 321.22º | 0.68% | 0.47% | - |
| HSV(B) | 321.22º | 0.81% | 0.79% | - |
| XYZ | 30.08 | 15.96 | 27.88 | - |
| YUV | 99.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 144 | 0 | 0.81 | 0.29 | 0.21 | 321.22 | 0.68 | 0.47 |
| Hex | CA | 26 | 90 | 0 | 51 | 1D | 15 | 141 | 44 | 2F |
| Octal | 312 | 46 | 220 | 0 | 121 | 35 | 25 | 501 | 104 | 57 |
| Binary | 11001010 | 100110 | 10010000 | 0 | 1010001 | 11101 | 10101 | 101000001 | 1000100 | 101111 |
Color Harmonies of #CA2690
Complementary color
Monochromatic Colors of #CA2690
Black with #CA2690
Text Example
Text Example
White with #CA2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2690; }
p { color: rgb(202,38,144); }
H1.HeaderClassName
{
color: #CA2690;
}
.AnyTagClassName
{
color: #CA2690;
}
</style>
background-color css
<style>
a { background-color: #CA2690; }
a { background-color: rgb(202,38,144); }
div.DivClassName
{
background-color: #CA2690;
}
.BgClassName
{
background-color: #CA2690;
}
</style>
border-color css
<style>
span { border-color: #CA2690; }
span { border-color: rgb(202,38,144); }
td.TdClassName
{
border-color: #CA2690;
}
.TagClassName
{
border-color: #CA2690;
}
</style>