Shades of Medium Violet Red #CA229B
Tints of Medium Violet Red #CA229B
RGB
CMYK
RGB Variations
Color information
#CA229B (or 0xCA229B) is known color: Medium Violet Red. HEX triplet: CA, 22 and 9B. RGB value is (202,34,155). Sum of RGB (Red+Green+Blue) = 202+34+155=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA229B is #35DD64. Grayscale: #616161. Windows color (decimal): -3530085 or 10166986. OLE color: 10166986.
HSL color Cylindrical-coordinate representation of color #CA229B: hue angle of 316.79º 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 #CA229B is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 155 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.21 |
| HSL | 316.79º | 0.71% | 0.46% | - |
| HSV(B) | 316.79º | 0.83% | 0.79% | - |
| XYZ | 30.85 | 16.07 | 32.49 | - |
| YUV | 98.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 155 | 0 | 0.83 | 0.23 | 0.21 | 316.79 | 0.71 | 0.46 |
| Hex | CA | 22 | 9B | 0 | 53 | 17 | 15 | 13D | 47 | 2E |
| Octal | 312 | 42 | 233 | 0 | 123 | 27 | 25 | 475 | 107 | 56 |
| Binary | 11001010 | 100010 | 10011011 | 0 | 1010011 | 10111 | 10101 | 100111101 | 1000111 | 101110 |
Color Harmonies of #CA229B
Complementary color
Monochromatic Colors of #CA229B
Black with #CA229B
Text Example
Text Example
White with #CA229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA229B; }
p { color: rgb(202,34,155); }
H1.HeaderClassName
{
color: #CA229B;
}
.AnyTagClassName
{
color: #CA229B;
}
</style>
background-color css
<style>
a { background-color: #CA229B; }
a { background-color: rgb(202,34,155); }
div.DivClassName
{
background-color: #CA229B;
}
.BgClassName
{
background-color: #CA229B;
}
</style>
border-color css
<style>
span { border-color: #CA229B; }
span { border-color: rgb(202,34,155); }
td.TdClassName
{
border-color: #CA229B;
}
.TagClassName
{
border-color: #CA229B;
}
</style>