Shades of Medium Violet Red #CA228C
Tints of Medium Violet Red #CA228C
RGB
CMYK
RGB Variations
Color information
#CA228C (or 0xCA228C) is known color: Medium Violet Red. HEX triplet: CA, 22 and 8C. RGB value is (202,34,140). Sum of RGB (Red+Green+Blue) = 202+34+140=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA228C is #35DD73. Grayscale: #606060. Windows color (decimal): -3530100 or 9183946. OLE color: 9183946.
HSL color Cylindrical-coordinate representation of color #CA228C: hue angle of 322.14º 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 #CA228C is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 140 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.21 |
| HSL | 322.14º | 0.71% | 0.46% | - |
| HSV(B) | 322.14º | 0.83% | 0.79% | - |
| XYZ | 29.66 | 15.59 | 26.26 | - |
| YUV | 96.32 | 152.66 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 140 | 0 | 0.83 | 0.31 | 0.21 | 322.14 | 0.71 | 0.46 |
| Hex | CA | 22 | 8C | 0 | 53 | 1F | 15 | 142 | 47 | 2E |
| Octal | 312 | 42 | 214 | 0 | 123 | 37 | 25 | 502 | 107 | 56 |
| Binary | 11001010 | 100010 | 10001100 | 0 | 1010011 | 11111 | 10101 | 101000010 | 1000111 | 101110 |
Color Harmonies of #CA228C
Complementary color
Monochromatic Colors of #CA228C
Black with #CA228C
Text Example
Text Example
White with #CA228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA228C; }
p { color: rgb(202,34,140); }
H1.HeaderClassName
{
color: #CA228C;
}
.AnyTagClassName
{
color: #CA228C;
}
</style>
background-color css
<style>
a { background-color: #CA228C; }
a { background-color: rgb(202,34,140); }
div.DivClassName
{
background-color: #CA228C;
}
.BgClassName
{
background-color: #CA228C;
}
</style>
border-color css
<style>
span { border-color: #CA228C; }
span { border-color: rgb(202,34,140); }
td.TdClassName
{
border-color: #CA228C;
}
.TagClassName
{
border-color: #CA228C;
}
</style>