Shades of Medium Violet Red #CA0B73
Tints of Medium Violet Red #CA0B73
RGB
CMYK
RGB Variations
Color information
#CA0B73 (or 0xCA0B73) is known color: Medium Violet Red. HEX triplet: CA, 0B and 73. RGB value is (202,11,115). Sum of RGB (Red+Green+Blue) = 202+11+115=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0B73 is #35F48C. Grayscale: #4F4F4F. Windows color (decimal): -3536013 or 7539658. OLE color: 7539658.
HSL color Cylindrical-coordinate representation of color #CA0B73: hue angle of 327.33º 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 #CA0B73 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 115 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.21 |
| HSL | 327.33º | 0.9% | 0.42% | - |
| HSV(B) | 327.33º | 0.95% | 0.79% | - |
| XYZ | 27.57 | 14.03 | 17.48 | - |
| YUV | 79.97 | 147.78 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 115 | 0 | 0.95 | 0.43 | 0.21 | 327.33 | 0.9 | 0.42 |
| Hex | CA | B | 73 | 0 | 5F | 2B | 15 | 147 | 5A | 2A |
| Octal | 312 | 13 | 163 | 0 | 137 | 53 | 25 | 507 | 132 | 52 |
| Binary | 11001010 | 1011 | 1110011 | 0 | 1011111 | 101011 | 10101 | 101000111 | 1011010 | 101010 |
Color Harmonies of #CA0B73
Complementary color
Monochromatic Colors of #CA0B73
Black with #CA0B73
Text Example
Text Example
White with #CA0B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0B73; }
p { color: rgb(202,11,115); }
H1.HeaderClassName
{
color: #CA0B73;
}
.AnyTagClassName
{
color: #CA0B73;
}
</style>
background-color css
<style>
a { background-color: #CA0B73; }
a { background-color: rgb(202,11,115); }
div.DivClassName
{
background-color: #CA0B73;
}
.BgClassName
{
background-color: #CA0B73;
}
</style>
border-color css
<style>
span { border-color: #CA0B73; }
span { border-color: rgb(202,11,115); }
td.TdClassName
{
border-color: #CA0B73;
}
.TagClassName
{
border-color: #CA0B73;
}
</style>