Shades of Medium Violet Red #CA2684
Tints of Medium Violet Red #CA2684
RGB
CMYK
RGB Variations
Color information
#CA2684 (or 0xCA2684) is known color: Medium Violet Red. HEX triplet: CA, 26 and 84. RGB value is (202,38,132). Sum of RGB (Red+Green+Blue) = 202+38+132=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2684 is #35D97B. Grayscale: #616161. Windows color (decimal): -3529084 or 8660682. OLE color: 8660682.
HSL color Cylindrical-coordinate representation of color #CA2684: hue angle of 325.61º 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 #CA2684 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 132 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.21 |
| HSL | 325.61º | 0.68% | 0.47% | - |
| HSV(B) | 325.61º | 0.81% | 0.79% | - |
| XYZ | 29.22 | 15.61 | 23.3 | - |
| YUV | 97.75 | 147.33 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 132 | 0 | 0.81 | 0.35 | 0.21 | 325.61 | 0.68 | 0.47 |
| Hex | CA | 26 | 84 | 0 | 51 | 23 | 15 | 146 | 44 | 2F |
| Octal | 312 | 46 | 204 | 0 | 121 | 43 | 25 | 506 | 104 | 57 |
| Binary | 11001010 | 100110 | 10000100 | 0 | 1010001 | 100011 | 10101 | 101000110 | 1000100 | 101111 |
Color Harmonies of #CA2684
Complementary color
Monochromatic Colors of #CA2684
Black with #CA2684
Text Example
Text Example
White with #CA2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2684; }
p { color: rgb(202,38,132); }
H1.HeaderClassName
{
color: #CA2684;
}
.AnyTagClassName
{
color: #CA2684;
}
</style>
background-color css
<style>
a { background-color: #CA2684; }
a { background-color: rgb(202,38,132); }
div.DivClassName
{
background-color: #CA2684;
}
.BgClassName
{
background-color: #CA2684;
}
</style>
border-color css
<style>
span { border-color: #CA2684; }
span { border-color: rgb(202,38,132); }
td.TdClassName
{
border-color: #CA2684;
}
.TagClassName
{
border-color: #CA2684;
}
</style>