Shades of Medium Violet Red #CA229D
Tints of Medium Violet Red #CA229D
RGB
CMYK
RGB Variations
Color information
#CA229D (or 0xCA229D) is known color: Medium Violet Red. HEX triplet: CA, 22 and 9D. RGB value is (202,34,157). Sum of RGB (Red+Green+Blue) = 202+34+157=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA229D is #35DD62. Grayscale: #616161. Windows color (decimal): -3530083 or 10298058. OLE color: 10298058.
HSL color Cylindrical-coordinate representation of color #CA229D: hue angle of 316.07º 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 #CA229D is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 157 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.21 |
| HSL | 316.07º | 0.71% | 0.46% | - |
| HSV(B) | 316.07º | 0.83% | 0.79% | - |
| XYZ | 31.01 | 16.13 | 33.38 | - |
| YUV | 98.25 | 161.16 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 157 | 0 | 0.83 | 0.22 | 0.21 | 316.07 | 0.71 | 0.46 |
| Hex | CA | 22 | 9D | 0 | 53 | 16 | 15 | 13C | 47 | 2E |
| Octal | 312 | 42 | 235 | 0 | 123 | 26 | 25 | 474 | 107 | 56 |
| Binary | 11001010 | 100010 | 10011101 | 0 | 1010011 | 10110 | 10101 | 100111100 | 1000111 | 101110 |
Color Harmonies of #CA229D
Complementary color
Monochromatic Colors of #CA229D
Black with #CA229D
Text Example
Text Example
White with #CA229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA229D; }
p { color: rgb(202,34,157); }
H1.HeaderClassName
{
color: #CA229D;
}
.AnyTagClassName
{
color: #CA229D;
}
</style>
background-color css
<style>
a { background-color: #CA229D; }
a { background-color: rgb(202,34,157); }
div.DivClassName
{
background-color: #CA229D;
}
.BgClassName
{
background-color: #CA229D;
}
</style>
border-color css
<style>
span { border-color: #CA229D; }
span { border-color: rgb(202,34,157); }
td.TdClassName
{
border-color: #CA229D;
}
.TagClassName
{
border-color: #CA229D;
}
</style>