Shades of Medium Violet Red #CF0071
Tints of Medium Violet Red #CF0071
RGB
CMYK
RGB Variations
Color information
#CF0071 (or 0xCF0071) is known color: Medium Violet Red. HEX triplet: CF, 00 and 71. RGB value is (207,0,113). Sum of RGB (Red+Green+Blue) = 207+0+113=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0071 is #30FF8E. Grayscale: #4A4A4A. Windows color (decimal): -3211151 or 7405775. OLE color: 7405775.
HSL color Cylindrical-coordinate representation of color #CF0071: hue angle of 327.25º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0071 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.45 | 0.19 |
| HSL | 327.25º | 1% | 0.41% | - |
| HSV(B) | 327.25º | 1% | 0.81% | - |
| XYZ | 28.71 | 14.46 | 16.9 | - |
| YUV | 74.78 | 149.58 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 113 | 0 | 1 | 0.45 | 0.19 | 327.25 | 1 | 0.41 |
| Hex | CF | 0 | 71 | 0 | 64 | 2D | 13 | 147 | 64 | 29 |
| Octal | 317 | 0 | 161 | 0 | 144 | 55 | 23 | 507 | 144 | 51 |
| Binary | 11001111 | 0 | 1110001 | 0 | 1100100 | 101101 | 10011 | 101000111 | 1100100 | 101001 |
Color Harmonies of #CF0071
Complementary color
Monochromatic Colors of #CF0071
Black with #CF0071
Text Example
Text Example
White with #CF0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0071; }
p { color: rgb(207,0,113); }
H1.HeaderClassName
{
color: #CF0071;
}
.AnyTagClassName
{
color: #CF0071;
}
</style>
background-color css
<style>
a { background-color: #CF0071; }
a { background-color: rgb(207,0,113); }
div.DivClassName
{
background-color: #CF0071;
}
.BgClassName
{
background-color: #CF0071;
}
</style>
border-color css
<style>
span { border-color: #CF0071; }
span { border-color: rgb(207,0,113); }
td.TdClassName
{
border-color: #CF0071;
}
.TagClassName
{
border-color: #CF0071;
}
</style>