Shades of Medium Violet Red #CA0BA7
Tints of Medium Violet Red #CA0BA7
RGB
CMYK
RGB Variations
Color information
#CA0BA7 (or 0xCA0BA7) is known color: Medium Violet Red. HEX triplet: CA, 0B and A7. RGB value is (202,11,167). Sum of RGB (Red+Green+Blue) = 202+11+167=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0BA7 is #35F458. Grayscale: #555555. Windows color (decimal): -3535961 or 10947530. OLE color: 10947530.
HSL color Cylindrical-coordinate representation of color #CA0BA7: hue angle of 310.99º degrees, saturation: 0.9, 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 #CA0BA7 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 167 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.21 |
| HSL | 310.99º | 0.9% | 0.42% | - |
| HSV(B) | 310.99º | 0.95% | 0.79% | - |
| XYZ | 31.45 | 15.59 | 37.91 | - |
| YUV | 85.89 | 173.78 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 167 | 0 | 0.95 | 0.17 | 0.21 | 310.99 | 0.9 | 0.42 |
| Hex | CA | B | A7 | 0 | 5F | 11 | 15 | 137 | 5A | 2A |
| Octal | 312 | 13 | 247 | 0 | 137 | 21 | 25 | 467 | 132 | 52 |
| Binary | 11001010 | 1011 | 10100111 | 0 | 1011111 | 10001 | 10101 | 100110111 | 1011010 | 101010 |
Color Harmonies of #CA0BA7
Complementary color
Monochromatic Colors of #CA0BA7
Black with #CA0BA7
Text Example
Text Example
White with #CA0BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BA7; }
p { color: rgb(202,11,167); }
H1.HeaderClassName
{
color: #CA0BA7;
}
.AnyTagClassName
{
color: #CA0BA7;
}
</style>
background-color css
<style>
a { background-color: #CA0BA7; }
a { background-color: rgb(202,11,167); }
div.DivClassName
{
background-color: #CA0BA7;
}
.BgClassName
{
background-color: #CA0BA7;
}
</style>
border-color css
<style>
span { border-color: #CA0BA7; }
span { border-color: rgb(202,11,167); }
td.TdClassName
{
border-color: #CA0BA7;
}
.TagClassName
{
border-color: #CA0BA7;
}
</style>