Shades of Medium Violet Red #CF0471
Tints of Medium Violet Red #CF0471
RGB
CMYK
RGB Variations
Color information
#CF0471 (or 0xCF0471) is known color: Medium Violet Red. HEX triplet: CF, 04 and 71. RGB value is (207,4,113). Sum of RGB (Red+Green+Blue) = 207+4+113=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0471 is #30FB8E. Grayscale: #4C4C4C. Windows color (decimal): -3210127 or 7406799. OLE color: 7406799.
HSL color Cylindrical-coordinate representation of color #CF0471: hue angle of 327.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0471 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.19 |
| HSL | 327.78º | 0.96% | 0.41% | - |
| HSV(B) | 327.78º | 0.98% | 0.81% | - |
| XYZ | 28.76 | 14.54 | 16.91 | - |
| YUV | 77.12 | 148.25 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 113 | 0 | 0.98 | 0.45 | 0.19 | 327.78 | 0.96 | 0.41 |
| Hex | CF | 4 | 71 | 0 | 62 | 2D | 13 | 148 | 60 | 29 |
| Octal | 317 | 4 | 161 | 0 | 142 | 55 | 23 | 510 | 140 | 51 |
| Binary | 11001111 | 100 | 1110001 | 0 | 1100010 | 101101 | 10011 | 101001000 | 1100000 | 101001 |
Color Harmonies of #CF0471
Complementary color
Monochromatic Colors of #CF0471
Black with #CF0471
Text Example
Text Example
White with #CF0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0471; }
p { color: rgb(207,4,113); }
H1.HeaderClassName
{
color: #CF0471;
}
.AnyTagClassName
{
color: #CF0471;
}
</style>
background-color css
<style>
a { background-color: #CF0471; }
a { background-color: rgb(207,4,113); }
div.DivClassName
{
background-color: #CF0471;
}
.BgClassName
{
background-color: #CF0471;
}
</style>
border-color css
<style>
span { border-color: #CF0471; }
span { border-color: rgb(207,4,113); }
td.TdClassName
{
border-color: #CF0471;
}
.TagClassName
{
border-color: #CF0471;
}
</style>