Shades of Medium Violet Red #CA0685
Tints of Medium Violet Red #CA0685
RGB
CMYK
RGB Variations
Color information
#CA0685 (or 0xCA0685) is known color: Medium Violet Red. HEX triplet: CA, 06 and 85. RGB value is (202,6,133). Sum of RGB (Red+Green+Blue) = 202+6+133=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0685 is #35F97A. Grayscale: #4E4E4E. Windows color (decimal): -3537275 or 8718026. OLE color: 8718026.
HSL color Cylindrical-coordinate representation of color #CA0685: hue angle of 321.12º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0685 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.21 |
| HSL | 321.12º | 0.94% | 0.41% | - |
| HSV(B) | 321.12º | 0.97% | 0.79% | - |
| XYZ | 28.66 | 14.38 | 23.46 | - |
| YUV | 79.08 | 158.43 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 133 | 0 | 0.97 | 0.34 | 0.21 | 321.12 | 0.94 | 0.41 |
| Hex | CA | 6 | 85 | 0 | 61 | 22 | 15 | 141 | 5E | 29 |
| Octal | 312 | 6 | 205 | 0 | 141 | 42 | 25 | 501 | 136 | 51 |
| Binary | 11001010 | 110 | 10000101 | 0 | 1100001 | 100010 | 10101 | 101000001 | 1011110 | 101001 |
Color Harmonies of #CA0685
Complementary color
Monochromatic Colors of #CA0685
Black with #CA0685
Text Example
Text Example
White with #CA0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0685; }
p { color: rgb(202,6,133); }
H1.HeaderClassName
{
color: #CA0685;
}
.AnyTagClassName
{
color: #CA0685;
}
</style>
background-color css
<style>
a { background-color: #CA0685; }
a { background-color: rgb(202,6,133); }
div.DivClassName
{
background-color: #CA0685;
}
.BgClassName
{
background-color: #CA0685;
}
</style>
border-color css
<style>
span { border-color: #CA0685; }
span { border-color: rgb(202,6,133); }
td.TdClassName
{
border-color: #CA0685;
}
.TagClassName
{
border-color: #CA0685;
}
</style>