Shades of Medium Violet Red #CA2283
Tints of Medium Violet Red #CA2283
RGB
CMYK
RGB Variations
Color information
#CA2283 (or 0xCA2283) is known color: Medium Violet Red. HEX triplet: CA, 22 and 83. RGB value is (202,34,131). Sum of RGB (Red+Green+Blue) = 202+34+131=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2283 is #35DD7C. Grayscale: #5F5F5F. Windows color (decimal): -3530109 or 8594122. OLE color: 8594122.
HSL color Cylindrical-coordinate representation of color #CA2283: hue angle of 325.36º 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 #CA2283 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 131 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.21 |
| HSL | 325.36º | 0.71% | 0.46% | - |
| HSV(B) | 325.36º | 0.83% | 0.79% | - |
| XYZ | 29.03 | 15.34 | 22.9 | - |
| YUV | 95.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 131 | 0 | 0.83 | 0.35 | 0.21 | 325.36 | 0.71 | 0.46 |
| Hex | CA | 22 | 83 | 0 | 53 | 23 | 15 | 145 | 47 | 2E |
| Octal | 312 | 42 | 203 | 0 | 123 | 43 | 25 | 505 | 107 | 56 |
| Binary | 11001010 | 100010 | 10000011 | 0 | 1010011 | 100011 | 10101 | 101000101 | 1000111 | 101110 |
Color Harmonies of #CA2283
Complementary color
Monochromatic Colors of #CA2283
Black with #CA2283
Text Example
Text Example
White with #CA2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2283; }
p { color: rgb(202,34,131); }
H1.HeaderClassName
{
color: #CA2283;
}
.AnyTagClassName
{
color: #CA2283;
}
</style>
background-color css
<style>
a { background-color: #CA2283; }
a { background-color: rgb(202,34,131); }
div.DivClassName
{
background-color: #CA2283;
}
.BgClassName
{
background-color: #CA2283;
}
</style>
border-color css
<style>
span { border-color: #CA2283; }
span { border-color: rgb(202,34,131); }
td.TdClassName
{
border-color: #CA2283;
}
.TagClassName
{
border-color: #CA2283;
}
</style>