Shades of Medium Violet Red #CA229F
Tints of Medium Violet Red #CA229F
RGB
CMYK
RGB Variations
Color information
#CA229F (or 0xCA229F) is known color: Medium Violet Red. HEX triplet: CA, 22 and 9F. RGB value is (202,34,159). Sum of RGB (Red+Green+Blue) = 202+34+159=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA229F is #35DD60. Grayscale: #626262. Windows color (decimal): -3530081 or 10429130. OLE color: 10429130.
HSL color Cylindrical-coordinate representation of color #CA229F: hue angle of 315.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 #CA229F is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 159 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.21 |
| HSL | 315.36º | 0.71% | 0.46% | - |
| HSV(B) | 315.36º | 0.83% | 0.79% | - |
| XYZ | 31.19 | 16.2 | 34.28 | - |
| YUV | 98.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 159 | 0 | 0.83 | 0.21 | 0.21 | 315.36 | 0.71 | 0.46 |
| Hex | CA | 22 | 9F | 0 | 53 | 15 | 15 | 13B | 47 | 2E |
| Octal | 312 | 42 | 237 | 0 | 123 | 25 | 25 | 473 | 107 | 56 |
| Binary | 11001010 | 100010 | 10011111 | 0 | 1010011 | 10101 | 10101 | 100111011 | 1000111 | 101110 |
Color Harmonies of #CA229F
Complementary color
Monochromatic Colors of #CA229F
Black with #CA229F
Text Example
Text Example
White with #CA229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA229F; }
p { color: rgb(202,34,159); }
H1.HeaderClassName
{
color: #CA229F;
}
.AnyTagClassName
{
color: #CA229F;
}
</style>
background-color css
<style>
a { background-color: #CA229F; }
a { background-color: rgb(202,34,159); }
div.DivClassName
{
background-color: #CA229F;
}
.BgClassName
{
background-color: #CA229F;
}
</style>
border-color css
<style>
span { border-color: #CA229F; }
span { border-color: rgb(202,34,159); }
td.TdClassName
{
border-color: #CA229F;
}
.TagClassName
{
border-color: #CA229F;
}
</style>