Shades of Medium Violet Red #CA2285
Tints of Medium Violet Red #CA2285
RGB
CMYK
RGB Variations
Color information
#CA2285 (or 0xCA2285) is known color: Medium Violet Red. HEX triplet: CA, 22 and 85. RGB value is (202,34,133). Sum of RGB (Red+Green+Blue) = 202+34+133=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2285 is #35DD7A. Grayscale: #5F5F5F. Windows color (decimal): -3530107 or 8725194. OLE color: 8725194.
HSL color Cylindrical-coordinate representation of color #CA2285: hue angle of 324.64º degrees, saturation: 0.71, 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 #CA2285 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 133 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.21 |
| HSL | 324.64º | 0.71% | 0.46% | - |
| HSV(B) | 324.64º | 0.83% | 0.79% | - |
| XYZ | 29.16 | 15.39 | 23.62 | - |
| YUV | 95.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 133 | 0 | 0.83 | 0.34 | 0.21 | 324.64 | 0.71 | 0.46 |
| Hex | CA | 22 | 85 | 0 | 53 | 22 | 15 | 145 | 47 | 2E |
| Octal | 312 | 42 | 205 | 0 | 123 | 42 | 25 | 505 | 107 | 56 |
| Binary | 11001010 | 100010 | 10000101 | 0 | 1010011 | 100010 | 10101 | 101000101 | 1000111 | 101110 |
Color Harmonies of #CA2285
Complementary color
Monochromatic Colors of #CA2285
Black with #CA2285
Text Example
Text Example
White with #CA2285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2285; }
p { color: rgb(202,34,133); }
H1.HeaderClassName
{
color: #CA2285;
}
.AnyTagClassName
{
color: #CA2285;
}
</style>
background-color css
<style>
a { background-color: #CA2285; }
a { background-color: rgb(202,34,133); }
div.DivClassName
{
background-color: #CA2285;
}
.BgClassName
{
background-color: #CA2285;
}
</style>
border-color css
<style>
span { border-color: #CA2285; }
span { border-color: rgb(202,34,133); }
td.TdClassName
{
border-color: #CA2285;
}
.TagClassName
{
border-color: #CA2285;
}
</style>