Shades of Medium Violet Red #CF07A0
Tints of Medium Violet Red #CF07A0
RGB
CMYK
RGB Variations
Color information
#CF07A0 (or 0xCF07A0) is known color: Medium Violet Red. HEX triplet: CF, 07 and A0. RGB value is (207,7,160). Sum of RGB (Red+Green+Blue) = 207+7+160=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF07A0 is #30F85F. Grayscale: #535353. Windows color (decimal): -3209312 or 10487759. OLE color: 10487759.
HSL color Cylindrical-coordinate representation of color #CF07A0: hue angle of 314.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07A0 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.19 |
| HSL | 314.1º | 0.93% | 0.42% | - |
| HSV(B) | 314.1º | 0.97% | 0.81% | - |
| XYZ | 32.15 | 15.96 | 34.64 | - |
| YUV | 84.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 160 | 0 | 0.97 | 0.23 | 0.19 | 314.1 | 0.93 | 0.42 |
| Hex | CF | 7 | A0 | 0 | 61 | 17 | 13 | 13A | 5D | 2A |
| Octal | 317 | 7 | 240 | 0 | 141 | 27 | 23 | 472 | 135 | 52 |
| Binary | 11001111 | 111 | 10100000 | 0 | 1100001 | 10111 | 10011 | 100111010 | 1011101 | 101010 |
Color Harmonies of #CF07A0
Complementary color
Monochromatic Colors of #CF07A0
Black with #CF07A0
Text Example
Text Example
White with #CF07A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07A0; }
p { color: rgb(207,7,160); }
H1.HeaderClassName
{
color: #CF07A0;
}
.AnyTagClassName
{
color: #CF07A0;
}
</style>
background-color css
<style>
a { background-color: #CF07A0; }
a { background-color: rgb(207,7,160); }
div.DivClassName
{
background-color: #CF07A0;
}
.BgClassName
{
background-color: #CF07A0;
}
</style>
border-color css
<style>
span { border-color: #CF07A0; }
span { border-color: rgb(207,7,160); }
td.TdClassName
{
border-color: #CF07A0;
}
.TagClassName
{
border-color: #CF07A0;
}
</style>