Shades of Medium Violet Red #CF0DA0
Tints of Medium Violet Red #CF0DA0
RGB
CMYK
RGB Variations
Color information
#CF0DA0 (or 0xCF0DA0) is known color: Medium Violet Red. HEX triplet: CF, 0D and A0. RGB value is (207,13,160). Sum of RGB (Red+Green+Blue) = 207+13+160=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0DA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0DA0 is #30F25F. Grayscale: #575757. Windows color (decimal): -3207776 or 10489295. OLE color: 10489295.
HSL color Cylindrical-coordinate representation of color #CF0DA0: hue angle of 314.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0DA0 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 160 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.19 |
| HSL | 314.54º | 0.88% | 0.43% | - |
| HSV(B) | 314.54º | 0.94% | 0.81% | - |
| XYZ | 32.22 | 16.09 | 34.67 | - |
| YUV | 87.76 | 168.77 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 160 | 0 | 0.94 | 0.23 | 0.19 | 314.54 | 0.88 | 0.43 |
| Hex | CF | D | A0 | 0 | 5E | 17 | 13 | 13B | 58 | 2B |
| Octal | 317 | 15 | 240 | 0 | 136 | 27 | 23 | 473 | 130 | 53 |
| Binary | 11001111 | 1101 | 10100000 | 0 | 1011110 | 10111 | 10011 | 100111011 | 1011000 | 101011 |
Color Harmonies of #CF0DA0
Complementary color
Monochromatic Colors of #CF0DA0
Black with #CF0DA0
Text Example
Text Example
White with #CF0DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DA0; }
p { color: rgb(207,13,160); }
H1.HeaderClassName
{
color: #CF0DA0;
}
.AnyTagClassName
{
color: #CF0DA0;
}
</style>
background-color css
<style>
a { background-color: #CF0DA0; }
a { background-color: rgb(207,13,160); }
div.DivClassName
{
background-color: #CF0DA0;
}
.BgClassName
{
background-color: #CF0DA0;
}
</style>
border-color css
<style>
span { border-color: #CF0DA0; }
span { border-color: rgb(207,13,160); }
td.TdClassName
{
border-color: #CF0DA0;
}
.TagClassName
{
border-color: #CF0DA0;
}
</style>