Shades of Medium Violet Red #CA0694
Tints of Medium Violet Red #CA0694
RGB
CMYK
RGB Variations
Color information
#CA0694 (or 0xCA0694) is known color: Medium Violet Red. HEX triplet: CA, 06 and 94. RGB value is (202,6,148). Sum of RGB (Red+Green+Blue) = 202+6+148=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0694 is #35F96B. Grayscale: #505050. Windows color (decimal): -3537260 or 9701066. OLE color: 9701066.
HSL color Cylindrical-coordinate representation of color #CA0694: hue angle of 316.53º 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 #CA0694 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 148 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.21 |
| HSL | 316.53º | 0.94% | 0.41% | - |
| HSV(B) | 316.53º | 0.97% | 0.79% | - |
| XYZ | 29.77 | 14.82 | 29.31 | - |
| YUV | 80.79 | 165.93 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 148 | 0 | 0.97 | 0.27 | 0.21 | 316.53 | 0.94 | 0.41 |
| Hex | CA | 6 | 94 | 0 | 61 | 1B | 15 | 13D | 5E | 29 |
| Octal | 312 | 6 | 224 | 0 | 141 | 33 | 25 | 475 | 136 | 51 |
| Binary | 11001010 | 110 | 10010100 | 0 | 1100001 | 11011 | 10101 | 100111101 | 1011110 | 101001 |
Color Harmonies of #CA0694
Complementary color
Monochromatic Colors of #CA0694
Black with #CA0694
Text Example
Text Example
White with #CA0694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0694; }
p { color: rgb(202,6,148); }
H1.HeaderClassName
{
color: #CA0694;
}
.AnyTagClassName
{
color: #CA0694;
}
</style>
background-color css
<style>
a { background-color: #CA0694; }
a { background-color: rgb(202,6,148); }
div.DivClassName
{
background-color: #CA0694;
}
.BgClassName
{
background-color: #CA0694;
}
</style>
border-color css
<style>
span { border-color: #CA0694; }
span { border-color: rgb(202,6,148); }
td.TdClassName
{
border-color: #CA0694;
}
.TagClassName
{
border-color: #CA0694;
}
</style>