Shades of Medium Violet Red #CA0C6F
Tints of Medium Violet Red #CA0C6F
RGB
CMYK
RGB Variations
Color information
#CA0C6F (or 0xCA0C6F) is known color: Medium Violet Red. HEX triplet: CA, 0C and 6F. RGB value is (202,12,111). Sum of RGB (Red+Green+Blue) = 202+12+111=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C6F is #35F390. Grayscale: #4F4F4F. Windows color (decimal): -3535761 or 7277770. OLE color: 7277770.
HSL color Cylindrical-coordinate representation of color #CA0C6F: hue angle of 328.74º 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 #CA0C6F is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 111 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.21 |
| HSL | 328.74º | 0.89% | 0.42% | - |
| HSV(B) | 328.74º | 0.94% | 0.79% | - |
| XYZ | 27.36 | 13.97 | 16.29 | - |
| YUV | 80.1 | 145.45 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 111 | 0 | 0.94 | 0.45 | 0.21 | 328.74 | 0.89 | 0.42 |
| Hex | CA | C | 6F | 0 | 5E | 2D | 15 | 149 | 59 | 2A |
| Octal | 312 | 14 | 157 | 0 | 136 | 55 | 25 | 511 | 131 | 52 |
| Binary | 11001010 | 1100 | 1101111 | 0 | 1011110 | 101101 | 10101 | 101001001 | 1011001 | 101010 |
Color Harmonies of #CA0C6F
Complementary color
Monochromatic Colors of #CA0C6F
Black with #CA0C6F
Text Example
Text Example
White with #CA0C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C6F; }
p { color: rgb(202,12,111); }
H1.HeaderClassName
{
color: #CA0C6F;
}
.AnyTagClassName
{
color: #CA0C6F;
}
</style>
background-color css
<style>
a { background-color: #CA0C6F; }
a { background-color: rgb(202,12,111); }
div.DivClassName
{
background-color: #CA0C6F;
}
.BgClassName
{
background-color: #CA0C6F;
}
</style>
border-color css
<style>
span { border-color: #CA0C6F; }
span { border-color: rgb(202,12,111); }
td.TdClassName
{
border-color: #CA0C6F;
}
.TagClassName
{
border-color: #CA0C6F;
}
</style>