Shades of Medium Violet Red #CF0971
Tints of Medium Violet Red #CF0971
RGB
CMYK
RGB Variations
Color information
#CF0971 (or 0xCF0971) is known color: Medium Violet Red. HEX triplet: CF, 09 and 71. RGB value is (207,9,113). Sum of RGB (Red+Green+Blue) = 207+9+113=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0971 is #30F68E. Grayscale: #4F4F4F. Windows color (decimal): -3208847 or 7408079. OLE color: 7408079.
HSL color Cylindrical-coordinate representation of color #CF0971: hue angle of 328.48º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0971 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.19 |
| HSL | 328.48º | 0.92% | 0.42% | - |
| HSV(B) | 328.48º | 0.96% | 0.81% | - |
| XYZ | 28.81 | 14.65 | 16.93 | - |
| YUV | 80.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 113 | 0 | 0.96 | 0.45 | 0.19 | 328.48 | 0.92 | 0.42 |
| Hex | CF | 9 | 71 | 0 | 60 | 2D | 13 | 148 | 5C | 2A |
| Octal | 317 | 11 | 161 | 0 | 140 | 55 | 23 | 510 | 134 | 52 |
| Binary | 11001111 | 1001 | 1110001 | 0 | 1100000 | 101101 | 10011 | 101001000 | 1011100 | 101010 |
Color Harmonies of #CF0971
Complementary color
Monochromatic Colors of #CF0971
Black with #CF0971
Text Example
Text Example
White with #CF0971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0971; }
p { color: rgb(207,9,113); }
H1.HeaderClassName
{
color: #CF0971;
}
.AnyTagClassName
{
color: #CF0971;
}
</style>
background-color css
<style>
a { background-color: #CF0971; }
a { background-color: rgb(207,9,113); }
div.DivClassName
{
background-color: #CF0971;
}
.BgClassName
{
background-color: #CF0971;
}
</style>
border-color css
<style>
span { border-color: #CF0971; }
span { border-color: rgb(207,9,113); }
td.TdClassName
{
border-color: #CF0971;
}
.TagClassName
{
border-color: #CF0971;
}
</style>