Shades of Medium Violet Red #CA0A9B
Tints of Medium Violet Red #CA0A9B
RGB
CMYK
RGB Variations
Color information
#CA0A9B (or 0xCA0A9B) is known color: Medium Violet Red. HEX triplet: CA, 0A and 9B. RGB value is (202,10,155). Sum of RGB (Red+Green+Blue) = 202+10+155=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0A9B is #35F564. Grayscale: #535353. Windows color (decimal): -3536229 or 10160842. OLE color: 10160842.
HSL color Cylindrical-coordinate representation of color #CA0A9B: hue angle of 314.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0A9B is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 155 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.21 |
| HSL | 314.69º | 0.91% | 0.42% | - |
| HSV(B) | 314.69º | 0.95% | 0.79% | - |
| XYZ | 30.38 | 15.14 | 32.33 | - |
| YUV | 83.94 | 168.11 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 155 | 0 | 0.95 | 0.23 | 0.21 | 314.69 | 0.91 | 0.42 |
| Hex | CA | A | 9B | 0 | 5F | 17 | 15 | 13B | 5B | 2A |
| Octal | 312 | 12 | 233 | 0 | 137 | 27 | 25 | 473 | 133 | 52 |
| Binary | 11001010 | 1010 | 10011011 | 0 | 1011111 | 10111 | 10101 | 100111011 | 1011011 | 101010 |
Color Harmonies of #CA0A9B
Complementary color
Monochromatic Colors of #CA0A9B
Black with #CA0A9B
Text Example
Text Example
White with #CA0A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0A9B; }
p { color: rgb(202,10,155); }
H1.HeaderClassName
{
color: #CA0A9B;
}
.AnyTagClassName
{
color: #CA0A9B;
}
</style>
background-color css
<style>
a { background-color: #CA0A9B; }
a { background-color: rgb(202,10,155); }
div.DivClassName
{
background-color: #CA0A9B;
}
.BgClassName
{
background-color: #CA0A9B;
}
</style>
border-color css
<style>
span { border-color: #CA0A9B; }
span { border-color: rgb(202,10,155); }
td.TdClassName
{
border-color: #CA0A9B;
}
.TagClassName
{
border-color: #CA0A9B;
}
</style>