Shades of Medium Violet Red #CA228B
Tints of Medium Violet Red #CA228B
RGB
CMYK
RGB Variations
Color information
#CA228B (or 0xCA228B) is known color: Medium Violet Red. HEX triplet: CA, 22 and 8B. RGB value is (202,34,139). Sum of RGB (Red+Green+Blue) = 202+34+139=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA228B is #35DD74. Grayscale: #5F5F5F. Windows color (decimal): -3530101 or 9118410. OLE color: 9118410.
HSL color Cylindrical-coordinate representation of color #CA228B: hue angle of 322.5º 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 #CA228B is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 139 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.21 |
| HSL | 322.5º | 0.71% | 0.46% | - |
| HSV(B) | 322.5º | 0.83% | 0.79% | - |
| XYZ | 29.59 | 15.56 | 25.87 | - |
| YUV | 96.2 | 152.16 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 139 | 0 | 0.83 | 0.31 | 0.21 | 322.5 | 0.71 | 0.46 |
| Hex | CA | 22 | 8B | 0 | 53 | 1F | 15 | 142 | 47 | 2E |
| Octal | 312 | 42 | 213 | 0 | 123 | 37 | 25 | 502 | 107 | 56 |
| Binary | 11001010 | 100010 | 10001011 | 0 | 1010011 | 11111 | 10101 | 101000010 | 1000111 | 101110 |
Color Harmonies of #CA228B
Complementary color
Monochromatic Colors of #CA228B
Black with #CA228B
Text Example
Text Example
White with #CA228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA228B; }
p { color: rgb(202,34,139); }
H1.HeaderClassName
{
color: #CA228B;
}
.AnyTagClassName
{
color: #CA228B;
}
</style>
background-color css
<style>
a { background-color: #CA228B; }
a { background-color: rgb(202,34,139); }
div.DivClassName
{
background-color: #CA228B;
}
.BgClassName
{
background-color: #CA228B;
}
</style>
border-color css
<style>
span { border-color: #CA228B; }
span { border-color: rgb(202,34,139); }
td.TdClassName
{
border-color: #CA228B;
}
.TagClassName
{
border-color: #CA228B;
}
</style>