Shades of Medium Violet Red #CA0C7B
Tints of Medium Violet Red #CA0C7B
RGB
CMYK
RGB Variations
Color information
#CA0C7B (or 0xCA0C7B) is known color: Medium Violet Red. HEX triplet: CA, 0C and 7B. RGB value is (202,12,123). Sum of RGB (Red+Green+Blue) = 202+12+123=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C7B is #35F384. Grayscale: #515151. Windows color (decimal): -3535749 or 8064202. OLE color: 8064202.
HSL color Cylindrical-coordinate representation of color #CA0C7B: hue angle of 324.95º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C7B is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 123 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.21 |
| HSL | 324.95º | 0.89% | 0.42% | - |
| HSV(B) | 324.95º | 0.94% | 0.79% | - |
| XYZ | 28.06 | 14.25 | 20.01 | - |
| YUV | 81.46 | 151.45 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 123 | 0 | 0.94 | 0.39 | 0.21 | 324.95 | 0.89 | 0.42 |
| Hex | CA | C | 7B | 0 | 5E | 27 | 15 | 145 | 59 | 2A |
| Octal | 312 | 14 | 173 | 0 | 136 | 47 | 25 | 505 | 131 | 52 |
| Binary | 11001010 | 1100 | 1111011 | 0 | 1011110 | 100111 | 10101 | 101000101 | 1011001 | 101010 |
Color Harmonies of #CA0C7B
Complementary color
Monochromatic Colors of #CA0C7B
Black with #CA0C7B
Text Example
Text Example
White with #CA0C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C7B; }
p { color: rgb(202,12,123); }
H1.HeaderClassName
{
color: #CA0C7B;
}
.AnyTagClassName
{
color: #CA0C7B;
}
</style>
background-color css
<style>
a { background-color: #CA0C7B; }
a { background-color: rgb(202,12,123); }
div.DivClassName
{
background-color: #CA0C7B;
}
.BgClassName
{
background-color: #CA0C7B;
}
</style>
border-color css
<style>
span { border-color: #CA0C7B; }
span { border-color: rgb(202,12,123); }
td.TdClassName
{
border-color: #CA0C7B;
}
.TagClassName
{
border-color: #CA0C7B;
}
</style>